decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Rotating w clamped mode also clamps position #1046

Closed nearnshaw closed 4 months ago

nearnshaw commented 9 months ago

If I rotate an entity with a clamped rotation, it also changes the position, so that it matches a valid clamped value.

If I'm changing the rotation, I don't expect to also change the position.

In this video you can see that after rotating, the position also changes slightly, adjusted to the clamped behavior.

https://github.com/decentraland/sdk/assets/3507907/42186cd8-d649-42bb-b3d5-9ff1feadd68e

nearnshaw commented 5 months ago

Confirmed this still happens