Hi there, I keep try to get my keyBehavior position as follow:
TGcamera.setCapability(TransformGroup.ALLOW_TRANSFORM_READ); TGcamera.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE); KeyNavigatorBehavior keyNavBeh = new KeyNavigatorBehavior(TGcamera); keyNavBeh.setCapability(KeyNavigatorBehavior.ALLOW_LOCAL_TO_VWORLD_READ); /// get the view's local transform Transform3D keyT3d= new Transform3D(); TGcamera.getLocalToVworld(keyT3d); // keyT3d has yet the local in the Vworld But the compiler gets the following error: Node: no capability to read local to vworld transform at.getLocalToVworld Any hints !? Thnx in advance. ...�:0). 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".
