jogl
glutInitDisplayMode jogl analogue
I am new to jogl and OpenG开发者_开发问答l in general, in one tutorial I have encountered glutInitDisplayMode function call, what is it analogue in jogl?There is no direct analog. GLUT associates Open[详细]
2023-02-14 21:26 分类:问答Render Text onto a rectangle
I noticed that the TextRenderer dra开发者_JAVA技巧w3D class takes a scale factor but I\'d like to be able to render a string into an arbitrary rectangle.I think could write a class to do this but I wo[详细]
2023-02-14 18:34 分类:问答Java swing: Remanence when removing a heavyweight jogl component to add a lightweight component at the same place
In my swing application, when I remove a jogl GLCanvas from my main component to add a jPanel at the same place, there are some display glitches:[详细]
2023-02-13 03:44 分类:问答GLU.gluLookAt in Java OpenGL bindings seems to do nothing
I\'ve already checked the other questions on this topic and their solutions haven\'t worked for me. I\'m at a bit of a loss. I have the following functions in my GLEventListener implementation.[详细]
2023-02-13 00:36 分类:问答JOGL: How can I draw many strings quickly
I\'m using JOGL (OpenGL for Java) for my application and I need to draw tons of strings on screen at once and my current solution is far too slow.Right now I\'m drawing the strings using TextRenderer[详细]
2023-02-11 12:24 分类:问答Netbeans and JOGL, problem with the GLCanvas
When I\'m running开发者_如何学C the JOGL Application(Form Designer, GLCanvas) in the Netbeans 6.7.1 the GLCanvas disappear after less than one second (then I can see only jframe without GLCanvas compo[详细]
2023-02-10 01:00 分类:问答OpenGL framebuffer operations, drawPixels fails with Alpha channel
I\'m messing around with the framebuffer with OpenGL and JOGL. I have a Graphics obje开发者_Python百科ct, in which I draw.[详细]
2023-02-07 19:25 分类:问答How to texture glDrawElements
I have no Idea how I would texture something drawn by using glDrawElements? From what I gather you need to use glTexCoordPointer? but I\'m still really confused.[详细]
2023-02-04 23:45 分类:问答export a JOGL applet and embedd into a html page
It is some time that I\'m te开发者_运维百科sting opengl with java and JOGL. I have a good result and I wan to publish it on the web, but I have a problem. I\'m in eclipse, and I\'m testing an Applet w[详细]
2023-02-04 15:56 分类:问答Two classes instaniated but only one is be used
Hi I\'m creating a water scene and have a class called drawWater. The class takes in a equation to alter it\'s appearance. When I try to create[详细]
2023-02-04 14:05 分类:问答