Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Ahmed Ben saïd <>
  • To: "" <>
  • Subject: Re : Re : [cgal-discuss] 3D triangulation
  • Date: Mon, 5 Mar 2012 11:11:49 +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=FLpc4IECuAsG3fK3bAFhLUrjV8jXp+gWnJp5GaLQC/UcC58+blIBdhP6bE84T4zGWlLvjTOtxPcYU3gX3mduaquVKttrhA8sFhsCKoZ3lu5KtVX6AJP31noFg75uoXW/PnAftwpx4QnKxyGzEGa6zdSPPOPtVUdCBmN7ot4Quoo=;

Thx a lot.
Actually, I'm following it and sorry if I didn't explain well : 
I want to triangulate the 3D model already loaded and display it triangulated,
 it means that I'm trying to add the triangulation code to my source code if it' possible.




De : Sebastien Loriot (GeometryFactory) <>
À :
Envoyé le : Lundi 5 mars 2012 14h04
Objet : Re: Re : [cgal-discuss] 3D triangulation

On this page:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3/Chapter_main.html

You will find the documentation of the package with few examples.

Sebastien.

On 03/05/2012 11:55 AM, Ahmed Ben saïd wrote:
> 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 < <mailto:>> 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
>
>
>


--
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