1
vote
3answers
34 views
JOGL - glu.gluUnProject always returning 0.0
Hi everyone,
I'm currently trying to work out how to get world coordinates from JOGL - at the moment it only returns x = 0.0, y= 0.0 and z = 0.0 no matter where I click. What am I …
0
votes
1answer
81 views
JOGL and Snow leopard
Hi everyone,
I'm having some major issues with getting JOGL to work on snow leopard.
I've installed all the necessary JOGL jars in
/system/library/java/extensions
I can get sa …
0
votes
0answers
15 views
removing items from jogl . . .
well I have a JOGL program which detects ball bounces off walls and other balls, but instead of the balls being removed from the program the best I can manage is to make them not b …
0
votes
2answers
37 views
Jogl making balls disappear
At the moment am using JOGL for a ball detection program I have been told to make the balls disappear once they get to close to one another.
//this is the method from the main …
3
votes
2answers
123 views
Writing a portable Java application using JOGL and Android OpenGL
I plan on writing a Java 3D game that will work both on PC and Android. Unfortunately it looks like there is no common OpenGL API for both platforms.
Do the APIs differ significan …
5
votes
2answers
186 views
Automated testing for OpenGL application
I have a Java Application that uses JOGL to provide a large part of the GUI.
Is there any tool which you know of, or have used which can automate the testing of OpenGL application …
1
vote
2answers
33 views
OpenGL linestrip boundaries
Hi, I have a network of polylines, and I'd like to display all parts of the lines that are inside a certain X-Y box. I'm currently rendering the lines in OpenGL using a GL_LINE_STR …
3
votes
4answers
621 views
[SOLVED] Recommended 3D model type for in-game character model, loaded manually?
I'm writing a game in JOGL and need to represent the in-game character. I plan to use skeletal animation for the character movements, and of course the character will be skinned. I …
0
votes
2answers
24 views
Vertices selection and state of model after rotation
Hi,
I'm currently writing an application that actually acts as a "cut" tool for 3D meshes. Well, I had some problems with it now which I am clueless on how to solve, since it is …
0
votes
1answer
32 views
JOGL four blank initial frames
In JOGL, there is the addGLEventListener, I add a listener to it.
When the display() "callback on gl" is called, the screen is printed in black, just after four frames the display( …
3
votes
2answers
84 views
JOGL Double Buffering
What is eligible way to implement double buffering in JOGL (Java OpenGL)?
I am trying to do that by the following code —
...
/** Creating canvas. */
GLCapabilities capabilit …
0
votes
0answers
18 views
getting Object properties for an object loaded in a canvas
I have loaded an object from an object file into the scene.
I peform some transformation,mapulation on it.
How am I able to retrive the new information of the object?
Eg:all verti …
0
votes
2answers
60 views
coordinates system problem with jogl
Hi,
Currently I am developing an application in Jogl(My first application actually).
Frist I have to load model into the canvas from a .obj file.(I manage to do so).
Next is I h …
0
votes
2answers
67 views
How to rotate a picture using jogl ?
Dear Friends,Can anyone tell me how to show one picture in GLCanvas and by using mouse how to rotate a picture in the GLCanvas.I m new to this jogl developement.Can u pls provide m …
0
votes
0answers
39 views
How to bind texture image on Wired sphere using jogl?
I can able to create Wired Sphere using GLUT ,Now i want to bind one texture image on the sphere,can any one tell me how to do it.If u can pls provide me some code snippet?
regards …
