jogl
swing and jogl usage in a windowed application
I have a problem solving a problem concerning jo开发者_StackOverflowgl and swing. i want to use jogl whit swing components but it doesn\'t refresh all the time. how can i repaint, refresh the opengl \[详细]
2023-03-18 09:18 分类:问答Import 3D model from maya to JOGL
I want开发者_开发知识库 to know how is it possible to import just a 3D model from maya to JOGL? JOGL is a wrapper around the OpenGL API. It is very low-level. JOGL does not deal with 3D models, it jus[详细]
2023-03-18 06:43 分类:问答JOGL shimmering / texture flickering problem
i got a problem with my textures in a JOGL program. the textures i draw onto a cube which is taken from a displaylist are flickering.[详细]
2023-03-18 06:05 分类:问答the simpest jogl code i write don't show true view?
i try to write a code that show a rect in a blue frame: import java.awt.Color; import javax.media.opengl.GL;[详细]
2023-03-17 14:06 分类:问答JOGL: some GL constants can not be resolved
i\'ve written a java program with JOGL included. Everything worked fine, until i wanted to render an image (jpg,gif,png) with a texture.[详细]
2023-03-16 13:15 分类:问答JOGL OpenGL GLCanvas set to a fixed resolution
I am using JOGL with a GLCanvas in a java app which is displayed fullscreen 1920x1080, i开发者_如何转开发s it possible to set the resolution of the GLCanvas or GL to say half this 960x540 and have the[详细]
2023-03-16 00:48 分类:问答Is it possible to use Jzy3D in a Netbeans 7.0 application?
Alright, so we\'re trying to incorporate a 3D scatterplot into our project in Netbeans 7.0, and one of the libraries we chose to test was Jzy3D. It looks likes it would do everything we needed it to,[详细]
2023-03-15 21:42 分类:问答Java OpenGL apply fragment shader to partially transparent texture mapped quad
I\'m drawing a texture mapped quad with a texture that has some transparent pixels on it. So, I load the texture and then draw it[详细]
2023-03-12 16:59 分类:问答Fast Java matrix library suitable for JOGL + generic matrix math?
I\'m interested in writing an OpenGL app in JOGL 2, using shaders instead of the fixed-function pipeline.I\'ll need to do a fair bit of 4x4 double-precision matrix math CPU-side, to replace the fixed[详细]
2023-03-12 16:49 分类:问答How to install jogl in NetBeans?
I would like to make the game in java i开发者_如何学Cn OpenGL, but... how to install JOGL in NetBeans? I can\'t find link to download this.[详细]
2023-03-12 06:46 分类:问答