jogl
flickering during reshaping
I am using FPSAnimator and jogl to draw rotating quad on GLCanvas. Normally graphics is not flickering and rotation is smooth, but when I resize window, or move it from nonvisible area of screen to vi[详细]
2023-03-03 13:27 分类:问答2D graph animation on WorldWindJava canvas?
Perhaps there are some of you using NASA\'s worldwind in WWJ form. I just started and set up everything in NetBeans, so that the latest WWJ runs there with jogl and co.[详细]
2023-03-01 22:12 分类:问答JOGL - open GL - keeping part of the world stationary while moving the rest
I\'m kind of new to JOGL, and I am working on a game. I have a rocket, stars in the background, and planets. I want the rocket to remain stationary at the bottom of the screen, the GO button to be pre[详细]
2023-03-01 16:07 分类:问答Sharing a VBO across multiple QWidgets in JOGL
I\'m trying to share create four QGLWidgets with the same GL3 context so I can sha开发者_如何转开发re a VBO between them.I\'ve been doing this for a while with just one widget, but it wasn\'t shared w[详细]
2023-03-01 00:29 分类:问答Large Line Strip management in JOGL / OPENGL...?
Im trying to make a Java screensaver of a 3D rotating Lorenz Attractor Im using java and jogl (OPENGL) to render the graphics...[详细]
2023-02-25 02:50 分类:问答Glut Solid Shape Renders as Wire when calling GLClear in JOGL
I am trying to render some simple solid shapes in JOGL (and Eclipse) and then step through them \'layer\' by \'layer\'; but when I add the glClear method all I get are wire frames, not the filled shap[详细]
2023-02-19 02:57 分类:问答Can Java2D be as fast as LWJGL and JOGL?
I\'ve heard that Java2D uses OpenGL behind the scenes to do it\'s rendering, and I\'ve wondered if it\'s worth it to use JOGL and all it\'s native libraries for my program wh开发者_运维百科ich is simp[详细]
2023-02-18 19:40 分类:问答JOGL 32 vs. 64 bit libraries error
I am new to JOGL. I use Eclipse and I imported JOGL jar and dll 开发者_如何学JAVA(yes, Windows OS). But, when I was searching for JOGL libraries, I downloaded 32 bit version. I have 64 bit OS, but sin[详细]
2023-02-17 09:58 分类:问答JOGL white texture?
I am trying to load earth.png and place it over a triangle. The image is 256x256. I have followed an online tutorial and played around with this for hours, but the triangle still remains white. Can an[详细]
2023-02-15 05:01 分类:问答refresh a canvas to draw a new object
Hello everybody i\'m new here and new on the opengl and 3d world i have successfuly load and display an obj file but whene i reload a new one by pressing开发者_开发知识库 a jbutton the new one is draw[详细]
2023-02-15 04:39 分类:问答