> Date: Wed, 02 May 2001 16:08:08 -0500
> From: John Wright <[EMAIL PROTECTED]>
> X-Accept-Language: en
> MIME-Version: 1.0
> To: Dan Petersen <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] Oriented Shape3Ds in Shared Groups
> Content-Transfer-Encoding: 7bit
>
> Dan,
>
> Bringing my OrientedShape3D code into your example works just fine.
> What concerns me (and makes this difficult to test) is that you are
> using a dramatically different way of moving the viewing platform.
>
> You use:
>
>
rotate.setTransformGroup(viewingPlatform.getMultiTransformGroup().getTransformGroup(
0));
> with a special MouseRotate class.
>
> I use:
>   TransformGroup vpTrans =
> u.getViewingPlatform().getViewPlatformTransform();


Most likely this is the same (although, looking at the example I modified
to send you it is not!).

Unless your MultiTransformGroup object has more than one TransformGroup in
it these calls are the same.

> Unfortunately my application is full blown and nothing close to an
> example.  I'm placing 19 links to my SharedGroup that contains an
> Oriented Shape3D.  I'll strip mine down to a single link to see if that
> makes a difference.


Great, that will help us out a lot.

Dan Petersen
Java 3D Team
Sun Microsystems

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