You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing 4.2 dev 3, when I resize a BoxShape3D (as seen in #71092) , the position of the BoxShape moves as well. If the parent of the BoxShape3D is located at (0,0,0), then the BoxShape resizes (but doesn't move) as expected.
If the parent of the BoxShape3D is not (0,0,0), resizing the shape sees the position change unexpectedly.
Resize works as expected if the parent node is at (0,0,0)
Resize works correctly if you edit the size values in the inspector, it's only grabbing the handles with the mouse that causes the position to change.
Steps to reproduce
Create a new 3D scene.
Move the Node3D root to any location (eg. (1,0,1))
Create a CollisionShape3D child of the Node3D
Configure the CollisionShape3D as a BoxShape3D
Pull any of the grab handles to resize the Box
The Box will move as well as resize when it should only resize
Minimal reproduction project
The text was updated successfully, but these errors were encountered:
Godot version
4.2.dev3
System information
Windows 10
Issue description
Testing 4.2 dev 3, when I resize a BoxShape3D (as seen in #71092) , the position of the BoxShape moves as well. If the parent of the BoxShape3D is located at (0,0,0), then the BoxShape resizes (but doesn't move) as expected.
If the parent of the BoxShape3D is not (0,0,0), resizing the shape sees the position change unexpectedly.
Resize works as expected if the parent node is at (0,0,0)
Resize works correctly if you edit the size values in the inspector, it's only grabbing the handles with the mouse that causes the position to change.
Steps to reproduce
Create a new 3D scene.
Move the Node3D root to any location (eg. (1,0,1))
Create a CollisionShape3D child of the Node3D
Configure the CollisionShape3D as a BoxShape3D
Pull any of the grab handles to resize the Box
The Box will move as well as resize when it should only resize
Minimal reproduction project
The text was updated successfully, but these errors were encountered: