Can someone please give me some tips on how I can draw a half sphere in jogl? I am drawing a robot and the top of the robot is shaped like a half sphere. Any help would be much appreciated.
James.
Can someone please give me some tips on how I can draw a half sphere in jogl? I am drawing a robot and the top of the robot is shaped like a half sphere. Any help would be much appreciated.
James.
Hi,
There are different solutions, you can use a clip plane and draw a sphere cut in two by this plane or, maybe simpler, use some QUAD STRIPS to draw your half sphere…
Have a look to a thread in this forum dealing with lat-long lines on a sphere… I don’t have the code i posted right here
Hope it helps