camera movement in java3d / camera flight

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

camera movement in java3d / camera flight

Ruben
Hey there!
I have one simple question, but I just can't find the answer to it, because I'm new to Java3D.
How can you manipulate the camera/view and achieve a cameraflight through your 3D scene? I just don't get it.

Regards
Reply | Threaded
Open this post in threaded view
|

Re: camera movement in java3d / camera flight

gouessej
Administrator
Hi

My seeks/ixquick/duckduckgo/yacy skills are good ;) The camera is just a TransformGroup that you modify in a key listener. This is the first result I get with a good search engine:
http://java3d.nl/Tutorials/Java/Java3d/Controlthecamera_12.php
Julien Gouesse | Personal blog | Website