Hi,
I looking for a possibility to track pointsin my 3D Enviroment.
My first idea was to do something like:
OrbitBehaviour.setRotationCenter(point);
This basically works, but the user has to click into the canvas (this seems
to redraw/relocate everything correctly). Any idea how to achive that
behaviour without an extra click?
regards
Alex

Signature
Some operating systems are called `user friendly',
Linux however is `expert friendly'.
Encrypted Mails welcome. Send spam to toZodiac@gmx.net, please.
PGP-Key at http://www.grans.eu/misc/pgpkey.asc | Key-ID: 0x6D7DD291
sanbikinoraion - 25 Jan 2007 10:13 GMT
You can additionally set the initial position of the viewplatform via
the transformgroup that the viewplatform is attached to. That should
sort you out.
-sanbikinoraion