t; Subject: [JAVA3D] Incredibly strange bug in Java3D 1.2 FCS
> Comments: cc: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
>
> Hi all.
>
> I get this exact bug as well. I have a scene under a transform node. Only
> the direct child of the transform node is transformed in j3d1.
Hi all.
I get this exact bug as well. I have a scene under a transform node. Only
the direct child of the transform node is transformed in j3d1.2. Anyone out
there have the answer to this riddle? Any comments would be appreciated.
Thanks
Young.
>>Original Message
>Date:Thu, 18 May 2000 1
Kelvin Chung wrote:
> Hi Ingo,
>
>If your mouse behaviors scheduling bounds use BoundingLeaf,
> please make sure that the BoundingLeaf is attached to the scene
> graph. In v1.1.x it works even though the BounindLeaf is not
> attached to the scene graph but this bug is fixed in v1.2.
>
>Al
Hi,
>Date: Fri, 19 May 2000 15:50:59 -0400
>From: Shawn Kendall <[EMAIL PROTECTED]>
>X-Accept-Language: en
>MIME-Version: 1.0
>To: Kelvin Chung <[EMAIL PROTECTED]>, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Incredibly strange bu
rom: Ingo Brunberg <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Incredibly strange bug in Java3D 1.2 FCS
>To: [EMAIL PROTECTED]
>
>I found this bug too, when I tested my applet this morning with the 1.2
>FCS release. What happend to me was simply, that the mouse behaviors
>(
Ingo Brunberg wrote:
> I found this bug too, when I tested my applet this morning with the 1.2
> FCS release. What happend to me was simply, that the mouse behaviors
> (rotate, zoom, translate) suddenly stopped working. I can't explain
> why.
That does sound similar, because for part of my scene
I found this bug too, when I tested my applet this morning with the 1.2
FCS release. What happend to me was simply, that the mouse behaviors
(rotate, zoom, translate) suddenly stopped working. I can't explain
why.
Regards,
Ingo
> I have experienced a very strange bug in the 1.2 FCS release.
> I'
I have experienced a very strange bug in the 1.2 FCS release.
I'll try to describe it.
I load a model that has several TransformGroups.
Now in our viewer, I can use the mouse behaviors to manipulate it - i.e.
translation, rotation.
In 1.2 Beta, everything works as expected.
Switch to 1.2 FCS, lo