-
GLUquadricObjh
I try to draw a shpere by java, and refer to C. there is "GLUquadricObj *quadObj1;" in the C examlpe.I can`t find "GLUquadricObj" in the "eclipse.swt.opengl.GLU" which is a java for opengl jar. Even,I can`t find it in OpenGL api doc,
but find it in glu.h with "typedef class GLUquadric GLUquadricObj;". what is "GLUquadric", how class will appear in the C language?
what
-
Super Moderator
OpenGL Lord
Re: GLUquadricObjh
Look at the manpages here :
http://www.opengl.org/sdk/docs/man/
Click on "glu" (left pane).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules