Location of the point on the edge of a scaled object

Hello. @Michael_Nicol .
How are you?
I have seen the codesandbox and there is a small issue in your equation.
I think the equation should be cube.position.set(xLow + xLow * d / h, yLow + yLow * d / h, zLow + zLow * d / h);
Here, h is initialscale.
Thanks.

1 Like