Re: [JAVA3D] Help on Transform Group

1999-10-07 Thread Marco Lohse
Hi, I guess your behavior resets the TransformGroup´s Transform3D. One solution is to use two TransformGroups, one for the scaling and one for the behavior, like ScaleTransform.addChild(behaviorTransform); Marco. >Hi!!! > >I've wrote a Java3d program which loads a vrml model, later, I scale >

[JAVA3D] Help on Transform Group

1999-10-06 Thread Edgar Valenzuela
Hi!!! I've wrote a Java3d program which loads a vrml model, later, I scale the model using a TransformGroup to make it smaller. After doing this, I send a reference of this TransformGroup to a Behavior that I made. The problem that I have occurrs at the moment the Behavior is started (any key p