Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D triangulation


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] 3D triangulation
  • Date: Mon, 05 Mar 2012 11:33:11 +0100
  • Organization: GeometryFactory

ahmed
<>
writes:

> This post has NOT been accepted by the mailing list yet.
> Hi,
> I'm new with CGAL and I want to use the 3D Triangulation algorithm to
> triangulate a 3D model.
> I used OPenGL to load the 3D model but I don't know how to use the
> triangulation algorithm.
> Can anyone help me.
> I'll be so grateful

You need to provide a little more information. In what format is the
model you load? (OpenGL does not support any object file format so
you are probably using some library)

After that you will probably need to convert your model to a data
structure suitable for CGAL Triangulation_3 and back to something your
renderer understands.

--
Philipp Moeller
GeometryFactory



Archive powered by MHonArc 2.6.16.

Top of Page