Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Simple polygonal mesh (height field data)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Simple polygonal mesh (height field data)


Chronological Thread 
  • From: Bart Janssens <>
  • To:
  • Subject: Re: [cgal-discuss] Simple polygonal mesh (height field data)
  • Date: Sat, 1 Sep 2007 12:32:13 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=gBEpTeixVBl+wrvfRwRoxIZ6B/NI/TF59qi1jig7Qobjck5SIGuC+EXvU5Ye82PsbXaxjKV092BdJD12u/q1SGG77d6Ws4tCb49p1AVjJNyao3GbR58jRkkGsCecb7q7qUXLuGt/OobfYxkyVzrwHHFud8xDY9lMKNMF5xmyUH0=

On Saturday 01 September 2007 09:24:32

wrote:
> I have a set of points (from height fields) which I need to grid up as a
> 3D mesh. They are sampled at regular points so will form a regular grid.
>
> I like the idea of being able to find neighbouring points, edges and face
> using CGAL and also the subdivision surface-mesh generation.

Note that I am not a CGAL expert, but from what I saw in the documentation
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Surface_mesher/Chapter_main.html

is what you need.

regards,

Bart



Archive powered by MHonArc 2.6.16.

Top of Page