vote up 0 vote down star

Where can I find sample code on mouse movements and polygon spins in OpenGL? I am using Java, so sample code in Java is preferred.

flag
@Xenph Yan: Your edit comments are not appreciated, and did not help anyone or anything. – Rich B Nov 11 '08 at 4:27

2 Answers

vote up 0 vote down

If you would like to use the JOGL java libraries very useful sample code can be found here.

JOGL is pretty straight foreword and easy to grasp. Just be aware, the object oriented nature might make future/more advanced work with OpenGL in C/C++ a bit harder to grasp.

MainWindow.java in the .zip below is an example of exactly what your looking for. The code comes from the above link. code.zip

link|flag
vote up 1 vote down

You'd probably find this useful:

http://pepijn.fab4.be/software/nehe-java-ports/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.