Why
don't you just use the build-in OrbitBehavior ? It's doing exactly what you have
described you want to have.
Cheers,
Florin
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]On Behalf Of Chris Bartlett
Sent: Mittwoch, 22. Oktober 2003 18:50
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Is there a way to easily set 'look-at' type functionality.I'm building a simple visualisation tool, and I'm looking to have the ability to move the user around the scene. Currently I'm moving the viewing platform, but it seems I need to also change the orientation of the platform (camera) to keep it pointing at the middle of my scene. Other 3D systems I have used in the past had the ability to 'point' the camera at a location so that the camera oriented itself automatically as it was moved. Is there anything like this or do I have to work out the orientation as well as the position of the Viewing platform?Sorry if this is obvious, but there is a pretty steep learning curve with this stuff..cheers,Chris Bartlett