Inquiring Minds Want to Know

OK, Unity question:

What is the actual mathematical relationship between the scale of a parent object and the local position of a child object? It doesn’t seem to be 1-1; if the scale of the parent increases by 10%, the child object’s local position doesn’t reliably increase 10%. Anybody know what the equation is?

Advertisement

2 thoughts on “Inquiring Minds Want to Know

  1. I would guess that scale in the parent predictably changes the child’s distance from its local origin. Of course all the scale factors up the chain of parents cascade. Just a guess without any evidence or experimentation behind it…

    1. I also think that’s how it works. The trouble arose when scaling crossed paths with the RotateAround function; I expected multiplying the X, Y, and Z positions by the scale to produce a steady rotation with a new orbital radius, but instead I got chaos. 😉 Maybe the problem was elsewhere?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s