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: Ahmed Ben saïd <>
  • To: "" <>
  • Subject: Re : [cgal-discuss] 3D triangulation
  • Date: Mon, 5 Mar 2012 10:55:26 +0000 (GMT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Ja9JY3gCfSzbO58SF4sPsuZlOtC58YxsVD+jPzPiJJaybXsV2PJ0i2Ty7TUSUvLIOuoPB8uSIgiYL/IwNIAiEmG2kj5HIjfm4wxbb/js5GWVJ5wC+l7N7nJ24aKTHz4rXqlJUGMxDsna/r37hTz/bhaB91ccRZYUKHeU1imXGZo=;

I followed tose examples: http://openglsamples.sourceforge.net/projects/index.php/blog/index/
and I loaded a 3D model (.ply file format) but I want now to triangulate it with CGAL triangulation algorithm
but I couldn't. Is there any way to do it?


De : Philipp Moeller <>
À :
Envoyé le : Lundi 5 mars 2012 13h33
Objet : Re: [cgal-discuss] 3D triangulation

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

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss






Archive powered by MHonArc 2.6.16.

Top of Page