开发者

jogl

0
  • Java OpenGL screen sized texture mapped quad

    I have a Java OpenGL (JOGL) app, and I\'m trying to create a texture mapped quad that covers the entire screen. In draw some pixels to a buffer and then I want to read those pixels into a texture and[详细]

    2023-03-12 01:51 分类:问答
  • OpenGL 3D text rendering

    Short of writing my own text rendering engine, is there any way I can import external fonts to use with glutstrokecharacter to render开发者_如何学编程 3D text in OpenGL. (Just for clairty, this needs[详细]

    2023-03-09 19:05 分类:问答
  • Using jogl in runnable jar, manual loading of dll

    I\'m using the jogl library to make nice 3D plots in my program. To use it in a runnable jar, I use the well-known trick to copy the dll out of it and putting it in a temporary location (for details s[详细]

    2023-03-04 22:55 分类:问答
  • glTranslate/rotate not working in my code

    I want to draw a cube and translate it, but the transformations on the Model View matrix don\'t seem to work. They have 0 effect.[详细]

    2023-03-04 14:02 分类:问答
  • draw by request instead of drawing with specified fps

    how can I update image by my own (when model changes) or system (when other window corrupted image) repaint request and not to use FPSAnim开发者_高级运维ator?One approach is to use the Model-View-Cont[详细]

    2023-03-04 07:40 分类:问答
  • OpenGL find distance to a point

    I have a virtual landscape with the ability to walk around in first-person. I want to be able to walk 开发者_如何学Goup any slope if it is 45 degrees or less. As far as I know, this involves translati[详细]

    2023-03-04 04:21 分类:问答
  • 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 分类:问答
  • JOGL mipmaps and texture shimmering

    I\'ve a wall and a brick texture in my OpenGL 2 scene that keeps shimmering and flashing no matter what I开发者_如何学运维 set. When I\'m zoomed in close (and can see clearly the texture), then the fl[详细]

    2023-03-03 14:49 分类:问答
  • OpenGL JOGL Camera that can be moved by keyboard

    I really need a simple camera that i could use with my application. I would like to be able to control the movement of the camera with the keyboard. I only really require that it moves forwards and ba[详细]

    2023-03-03 14:25 分类:问答
  • Graphics Intensive Application in Java

    I\'m making a particle engine in Java, and right now I\'m using a subclass of java.awt.canvas. I\'m using canvas.getBufferStrategy().getDrawGraphics() and then, when I\'m done, using canvas.getBufferS[详细]

    2023-03-03 13:54 分类:问答