Please Help,
I am pretty new to JOGL (fairly good at Java) and have a few questions that are probably easy.
First:
Given that I have a Model displayed and have calculated the center point of the model (in X, Y, and Z coordinates), what is the easiest way to rotate that model around the given center point with the mouse cursor?
Second:
How does one go about moving a displayed model using JOGL with the mouse cursor?
Lastly,
I am debating the merits of JOGL vs. the Java 3D API, what is the general consensus among the two?
Are there any good books regarding Java 3D or JOGL that anyone would recommend ?
Thanks in Advance.
