View Full Version : Mesh generation from points cloud
Gerardo
04-14-2004, 05:20 PM
Hi, I have a set of points with (x,y,z) coordinates, and I want to generate a mesh or a surface with this points, Is there a function in opengl that do this? or Should I program it?
Thanks in advance
Regards
chowe6685
04-14-2004, 06:12 PM
this is not a simple task and opengl cannot do it for you. I think you want something like Delaunay Triangulation and convex hull creation, but you'll have to look at google's hits for more details
Gerardo
04-15-2004, 11:59 AM
Thanks for the tip.
Regards
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.