Subject: CGAL users discussion list
List archive
- From: "Bo Schwarzstein"<>
- To: "cgal-discuss"<>
- Subject: Re: [cgal-discuss] help using gluDisk
- Date: Mon, 5 May 2008 22:37:49 +0800
Title: Mail
Hi, try to use like this
glMatrixMode(GL_MODELVIEW);
glPushMatrix();
glTranslatef(x,y,z);//x,y,z is your position
/*
Other Stuff
*/
gluDisk
glPopMatrix();
If you have massieve disk, I suggest you have a look at the glu source
code, manually implement it, load the all vertex into a vertex buffer object,
then draw, it will be much more efficient than OpenGL immediatly mode.
Bo Schwarzstein,
2008-05-05
|
- help using gluDisk, França , Mauro Sérgio Lima, 05/03/2008
- Re: [cgal-discuss] help using gluDisk, Joachim Reichel, 05/03/2008
- Re: [cgal-discuss] help using gluDisk, Bo Schwarzstein, 05/05/2008
Archive powered by MHonArc 2.6.16.