Re: [JAVA3D] Behavior Problems!

2001-01-18 Thread Ole Vilmann
: [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

Re: [JAVA3D] Behavior Problems!

2001-01-18 Thread Eric Reiss
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

[JAVA3D] Behavior Problems!

2001-01-17 Thread Thijs Maenhout
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