jogl
OpenGL: How to make text appear at the same pixels regardless of camera orientation?
I have text that I am successfully rendering in OpenGL: GLUT glut = new GLUT(); gl.glRasterPos2d(10, 10);[详细]
2023-01-17 19:42 分类:问答OpenGL: How to undo scaling?
I\'m new to OpenGL. I\'m using JOGL. I have a WorldEntity class that represents a thing that can be rendered. It has attributes like position and size. To render, I\'ve been using this method:[详细]
2023-01-17 09:17 分类:问答Suggested framework for generic 3D demo software
My company has decided that we need a \"generic\" demo infrastructure for our technology demos, given that I can write this using JOGL or OpenGL and create my own framework, I\'d hate to reinvent the[详细]
2023-01-16 18:04 分类:问答Rotating text using Textrenderer
Hey, I\'d like to display text in a 2D szenario using JOGL. But I can\'t figure out开发者_如何学Python, how to rotate text using com.sun.opengl.util.j2d.TextRenderer. It does not have any methods conc[详细]
2023-01-16 15:41 分类:问答Java: BufferUtil?
I\'m trying to 开发者_StackOverflow中文版use this class with JOGL. It references BufferUtil, which I can\'t find anywhere. I found documentation, but no actual code. Eclipse doesn\'t suggest to import[详细]
2023-01-16 14:50 分类:问答Parsing .obj files: How to do materials/textures?
I\'m new to OpenGL. I\'m playing around with it using JOGL. I\'m using this model. I am successfully rendering it to the window. However, I would like to apply textures/materials. I\'m not entirely s[详细]
2023-01-16 09:59 分类:问答OpenGL: Set position instead of translating?
Can I set the current render position to be an arbitrary value, instead of just giving it an offset from the current location?[详细]
2023-01-16 09:46 分类:问答Physics with JOGL (Java, OpenGL)
I\'m doing a little project to teach myself about JOGL. Some of my ideas would be easier with a physics engine. Is there a 3D p开发者_如何学编程hysics engine that\'s particularly good, or is commonly[详细]
2023-01-16 00:45 分类:问答.3ds with JOGL?
I would like to use .3ds models with JOGL. How can I d开发者_C百科o this? How can I import other file formats, like .max or .obj?[详细]
2023-01-15 10:09 分类:问答GLCanvas and other JOGL classes missing from NetBeans OpenGL Pack?
I\'m have horrendous problems trying to get a JOGL program compiling using Netbeans 6.9. I can\'t seem to find an up to date explanation as to how to do this. When I install the NetBeans OpenGL pack I[详细]
2023-01-09 13:29 分类:问答