Game Development Community

Can you change mount offset on the fly?

by Michael Vargas · in Torque X 2D · 04/17/2007 (11:59 pm) · 1 replies

Hi,

Is there a way to change the offset of a mounted object after it's already been mounted? I'm dealing with a mounted object that will vary in length, but each time I set the new size of the mounted object, I will have to adjust the mount offset so that it extends properly from the mountee.

I can just unmount and remount with a new offset if I need to, but I'm curious if there's a better way.

Thanks,
Mike

#1
04/21/2007 (2:38 am)
Based on another thread i saw (sorry, i dont remember which one, it was about scaling the mount point with parent object resize), you have to unmount the child and then re-mount.