: [JAVA3D] Behavior Problems!
I'm not familiar with the scaling behavior but the way that the other
behaviors needed corrected is basically a coordinate transformation.
You may need to modify the scaling behavior so that it remembers the
objects position, then translates it to the origin, s
I'm not familiar with the scaling behavior but the way that the other
behaviors needed corrected is basically a coordinate transformation.
You may need to modify the scaling behavior so that it remembers the
objects position, then translates it to the origin, scales it and then
translates it back
Hi there,
I am having a problem with my PickBehaviors. I am using a Scale, Translate
and a rotate behavior and they work fine. But they do not satisfy my needs.
For example: When I rotate an object, it rotates itself around the origin.
When I scale an object, it scales but also moves to the or