Hi there,
I am trying to read my actual word position. So I am doing as next:
Transform3D keyT3d= new Transform3D();
TGcamera.getLocalToVworld(keyT3d);
I have setup also:
keytg.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
keytg.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
keytg.setCapability(TransformGroup.ALLOW_LOCAL_TO_VWORLD_READ);
TGcamera.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
TGcamera.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
TGcamera.setCapability(TransformGroup.ALLOW_LOCAL_TO_VWORLD_READ);
and
key.setCapability(KeyNavigatorBehavior.ALLOW_LOCAL_TO_VWORLD_READ);
key.setCapability(KeyNavigatorBehavior.ALLOW_COLLIDABLE_READ);
key.setCapability(KeyNavigatorBehavior.ALLOW_COLLIDABLE_WRITE);
When I run, it comes the following error:
Node: no capability to read local to
vworld transform
Some hints!?
Thomas
_________________________________________________________________
Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
===========================================================================
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".