jogl
How to bundle JOGL with NetBeans Platform?
I was going to use both JOGL and NetBeans platform. I开发者_高级运维 have trouble embedding JOGL native libs. Maybe there is a simple way to reuse .nbms from NetBeans OpenGL Plugin? Or any other way t[详细]
2023-01-08 09:28 分类:问答Mixing Swing GUI components and JOGL
How does one go about adding JButto开发者_如何学Cns among various other Swing GUI components inside a JOGL canvas? Is it even possible? Is it practical?[详细]
2023-01-06 16:37 分类:问答Texture size when using JOGL
In my next project, I\'m trying to learn JOGL. The result should be a simple 2d animation. I\'ve heard, that a texture must be 2^n*2^n in size. Can I still use images which don\'t have this size, or[详细]
2023-01-06 15:38 分类:问答Thick Bezier Curves in OpenGL
I am writing a program in java using the jogl opengl bindings. I need to create a bezier curve that varies in thickness along the curve. So far I\'ve only managed a thin bezier curve of single points.[详细]
2023-01-04 05:30 分类:问答Making dynamic images have static filenames
My website currently has variouslinks to a php script that generates the images dynamically.For example, the link may say \"img source=\"/dynamic_images.php?type=pie-chart&color=red\"[详细]
2022-12-30 04:08 分类:问答Implementing parallel coordinates for multi dimensional data in Java [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2022-12-29 21:28 分类:问答Lighting does not work with gluSphere
This is a simple issue that I\'m somewhat ashamed to ask for help on. I\'m making a simple call to gluSphere to render a sphere, however, it does not light properly even though I\'m pretty sure I add[详细]
2022-12-27 05:18 分类:问答Java 3D-API that uses JOGL
Can someone recommend me 开发者_JAVA百科a package similar to JCollada for 3d rendering that is based on JOGL or point me to a place where I can obtain JCollada?The original site for JCollada has a SVN[详细]
2022-12-26 23:39 分类:问答Determining the size of the current cursor
I a开发者_运维百科m writing a an swt app that has an embeded GLCanvas and I wanted to be able to find out the size of the current cursor, is this possible?And if I cannot get it from JOGL then is it p[详细]
2022-12-26 03:44 分类:问答