Tagged Questions
-1
votes
1answer
147 views
Collision detection in java-3d?
The program im making need to have one of the spheres in it being removed when another one of the spheres collides with it but I can't figure out how to do so. I have tried to use the Bounds class to ...
1
vote
1answer
101 views
Textured Sphere in LWJGL
I want to draw a GLU Sphere,which works, but now I dont know how I can texture it.
There is no point where a glTexCoord2f could go.
1
vote
1answer
170 views
How do I wrap a texture around a sphere?
I created a class with a method drawSphere to replace glutDrawSolidSphere. See code below.
But I wonder, how do I wrap a texture around it without tiling? For example, if I want to draw a mouth, eyes ...
6
votes
0answers
124 views
3D component animation in Swing [closed]
I work in Swing, and I have the following requirement.
Requirement: a 3D sphere revolving in a JInternalFrame (JPanel or similar), with buttons & labels revolving in a concentric symmetrical ...
1
vote
1answer
1k views
How to create spheres and 3d lines using LWJGL
How do I create spheres and 3d lines using LWJGL?(can you please give full source for your code?)
8
votes
2answers
3k views
3D Sphere OpenGL
iv'e just gotten into this whole OpenGL thing because i would like to play around with 3D. (Since i'm trying to develop a game for android). However, after days of learning the basic and how to create ...
0
votes
2answers
826 views