glu
Can I use glu with Android NDK
I can\'t seem to include glu.h in my Android NDK project. I\'m trying to port existing C++ code to NDK, and it uses glu in a few places (notably gluErrorString).[详细]
2023-04-08 22:16 分类:问答gluLookAt() makes blank screen
I don\'t have much OpenGL experience. I am trying to draw a teapot and move a camera around the teapot. To this end I am using the gluLookAt function. The problem is that when I call gluLookAt the scr[详细]
2023-04-06 07:32 分类:问答What are the differences between gluProject and glhProject?
I don\'t know why the wiki of op开发者_JS百科engl.org says \"gluProject\" in title but in the code is \"glhProject\". Any differences?It uses glh because the person who wrote that Wiki page wrote the[详细]
2023-04-01 14:25 分类:问答IllegalArgumentException from gluUnProject
I get this error message 08-30 19:20:17.774: ERROR/AndroidRuntime(4681): FATAL EXCEPTION: GLThread 9 08-30 19:20:17.774: ERROR/AndroidRuntime(4681): java.lang.IllegalArgumentException: length - offse[详细]
2023-04-01 01:06 分类:问答Is there a way to force GLUtessellator to use GL_TRIANGLES only?
I\'m trying to use GLUtesselator to produce 3D extruded text in OpenGL. Here is the relevant code: private boolean createText(final String displayText)[详细]
2023-03-16 16:35 分类:问答Why is gluTess not working on first call?
I am using the gluTess* functions to draw non-convex polygons. To avoid redoing the tesselation at every step, I store the result in an array and use the vertex array capabilities of OpenGL to draw.[详细]
2023-03-15 02:35 分类:问答Can I run GLU (OpenGL) on a headless server?
we\'re trying to us开发者_运维问答e GLU\'s tesselation functions on a headless, GNU/linux server. We\'d like to use PyOpenGL for that, but the problem is that it crashes on a call to gluNewTess (Segme[详细]
2023-03-11 18:05 分类:问答Texturing Quadrics in JOGL
I can\'t manage to texture a glu Quadric (gluSphere): What i get instead of the texture, is an average color of the texture.[详细]
2023-03-03 15:53 分类:问答opengl rendering half a cylinder
ok so im new to opengl and im creating a pool game using only the core opengl and glut i am writing in c++[详细]
2023-02-28 16:53 分类:问答How can I increase distance (zfar/gluPerspective) where openGL stops drawing objects?
I am learning OpenGL and having a problem with gluPerspective. Here is the code I use in Init() // Calculate The Aspect Ratio Of The Window[详细]
2023-02-16 22:06 分类:问答