Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] On rendering of Polyhedron in CGAL 3.3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] On rendering of Polyhedron in CGAL 3.3


Chronological Thread 
  • From: Bo Zhou <>
  • To:
  • Subject: Re: [cgal-discuss] On rendering of Polyhedron in CGAL 3.3
  • Date: Sun, 26 Sep 2010 21:09:20 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=Z3kUgoUipaO38HlVSQUqWWL89K/PyqKYo8QEA+JPlKeQjKJ4A/KWYCc4FBrBiI5U0y smvyHTBvyTk+XRVBY3diWm5ylZ3DRK3HgwgnOiMf3EwlwKHNYXd8RhBeLH8Q+Zpmm01S bPO0CGNR2Tasg4zWHXZgTXcLyUwFbQCyddCFA=

Or take an example about OpenGL VBO or glEnableClientState and some
similar methods which is used to render massive primitives at once.
glBegin()/glEnd() are immediate mode APIs which would change GPU
pipeline too often, make everything less efficient.

On 2010/9/26 18:43, Laurent Rineau (GeometryFactory) wrote:
> Le dimanche 26 septembre 2010 11:42:00, kyewong a écrit :
>> Hi all
>> I've found a problem when rendering Polyhedron in opengl environment:
>> When the number of vertices of the mesh rendered is big, then it'll be very
>> slow when manipulating it (translate, rotation or scale) in the window,
>> wheras i've found that the manipulation in other software(eg. meshlab) for
>> the same mesh is much faster.
> You probably did not use OpenGL display lists. You need to, if you want
> good
> performances.
>

--
BR,
BZ

begin:vcard
fn:Bo Zhou
n:Zhou;Bo
org:Autodesk;M&E
adr:Pudong New District;;Autodesk 399, Pu Dian Road;Shanghai;;200122;China
email;internet:
title:Software Engineer
tel;pager:http://jedimaster.cnblogs.com
tel;cell:+86 135 0177 4529
url:http://www.autodesk.com
version:2.1
end:vcard




Archive powered by MHonArc 2.6.16.

Top of Page