it takes a Transform3D as parameter to put the result into (may not be null).

regards
Paul

Thomas Gilbert Giusepe schrieb:

> Hi there,
> I am try to get the position from my keyNavBehavior. I have done as follow:
>
> keyNavBeh.setCapability(KeyNavigatorBehavior.ALLOW_LOCAL_TO_VWORLD_READ);
>
> TransformGroup keytg = new TransformGroup();
> keytg.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
> keytg.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
>
> keytg=(TransformGroup)keyNavBeh.getLocalToVworld();
>
> So, the compiler gets to me always the following error:
> No method matching getLocalToVworld() found in ...KeyNavigatorBehavior.
>
> Any clues. Thnx in advance.
> 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".

===========================================================================
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".

Reply via email to