jogl
Java: Difficulty with Swing
I\'m trying to modify a GUI. It is hosting a GLCanvas displaying JOGL content. Here is the code to set it up:[详细]
2023-01-22 11:44 分类:问答Where can I get an updated version of JOGL? Possibly working with NetBeans?
I need possibly detailed instructions on how to get an updated vers开发者_JAVA百科ion of JOGL, and help in configuring NetBeans (6.9.1) to run with it (and give code hints and such).[详细]
2023-01-22 06:20 分类:问答My JOGL crashes if I'm not using an external monitor
This seems insane, but I\'ve been able to reproduce an issue where my JOGL app crashes if I\'m not using an external monitor. All I do is start the app, and it immediately becomes unresponsive. If I p[详细]
2023-01-20 16:09 分类:问答Create a right-angled triangular prism in OpenGL
I\'m learning OpenGL (specifically, using JOGL) and I\'m trying to create a right-angled triangular prism.I learned you can create an equilateral prism with glutWire/SolidCylinder and a a low number o[详细]
2023-01-19 14:25 分类:问答Game engine or graphics library?
Should I use a game engine or a graphics library? I was just thinking of making a simple game to start out with, but what about when you get to higher-end stuff and high poly models? Which would be fa[详细]
2023-01-18 14:55 分类:问答OpenGL: Set text color?
I\'m successfully displaying text in OpenGL: GLUT glut = new GLUT(); gl.glWindowPos2d(10, 20); glut.glutBitmapString(GLUT.BITMAP_HELVETICA_12, DISPLAYED_TEXT);[详细]
2023-01-18 12:47 分类:问答OpenGL: Materials with Display Lists?
I am using JOGL with OpenGL. I\'m drawing everything through开发者_如何转开发 display lists. I\'m trying to figure out how to specify materials.[详细]
2023-01-18 02:03 分类:问答OpenGL: Am I texturing this wrong?
I am new to OpenGL. I am using JOGL. I downloaded this model. It has a bunch of textures. I\'m trying to apply \"truck_color-blue.jpg\" here, but I\'m not sure I\'m doing it right. This is what I\'m[详细]
2023-01-18 00:47 分类:问答OpenGL: Create a sky box?
I\'m new to OpenGL. I\'m using JOGL. I would like to create a sky for my world that I can texture with clouds or stars. I\'m not sure what 开发者_如何学编程the best way to do this is. My first instin[详细]
2023-01-18 00:43 分类:问答Sound with JOGL?
I have a JOGL app,开发者_Go百科 and I\'d like to programmatically play audio files. Is this possible?JOGL (and OpenGL in general) is not an audio library. Perhaps you want JOAL?JOAL is here, no more o[详细]
2023-01-17 19:44 分类:问答