PDA

View Full Version : weird child offset when moving geometry


waterstein2000
04-23-2011, 04:39 AM
Still new at this, so bear with me, but any clue how to fix this?

http://i72.photobucket.com/albums/i167/cjamesparker01/MechWarrior-MadCat/xxxxxxxxxx.png

This is the Mech in the original position.

http://i72.photobucket.com/albums/i167/cjamesparker01/MechWarrior-MadCat/xxxxxxxxxx1.png


This is moved to the right a bit.

Can't seem to figure out how to fix it.
The legs move faster than the rest of the body, in relation to the direction being moved.

isoparmB
04-23-2011, 04:45 AM
Double transformation. By the looks of it you're translating the parent of both the mesh and the joints. You also probably have the geom bound to the joints. So you're both translating the geom, and applying deformations to them via the joints, hence your geom is moving at twice your expected displacement.

Either re-parent your geom so that your move group does not include them, or set the parent transform of the joints inheritsTransform attribute to off.

waterstein2000
04-23-2011, 04:58 AM
So far this looks like it was it, but just in case I'll keep the thread updated of any other issues. Thank you, isoparmB

CGTalk Moderation
04-23-2011, 04:58 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.