Transform error

Use this forum if you found a bug.
Post Reply
Dave Nelson
Posts: 19
Joined: 24 Dec 2019, 03:38
If the camera is one side of a lite boundary and the object to be transformed is on an adjacent tile a change to either the x or z axis values will cause the object to move to the tile where the camera is located before applying the transform. The practical effect is the transformed object seems to have disappeared, especially so if the destination location on the camera tile is underground.

This can be easily corrected by making the transform occur on the objects own tile instead of that of the camera. Of course if the transform carries it past the 1024 line then the tile id must also be transformed.

I do not know if the problem occurs on vertical transforms.

eolesen
Posts: 57
Joined: 28 Feb 2021, 02:39
Yep, I've experienced this also when copying pos, rot, and pos+rot.

Post Reply