Godot: Bullet PR: Axis lock dont lock the rotation

Created on 20 Oct 2017  Â·  6Comments  Â·  Source: godotengine/godot

Operating system or device, Godot version, GPU Model and driver (if graphics related):
This is a bullet related issue: 59ac299
debug_release build

Issue description:
In Godot axis lock should also lock rotation of a body, in bullet only position is locked.

Godot:
axis_lock_godot

Bullet:
axis_lock_bullet

Steps to reproduce:

  1. Download sample project and run BodyAxisLockTest.tscn

Link to minimal example project:
BulletBodyAxisLockTest.zip

bug physics

All 6 comments

cc @AndreaCatania

I think this could be solved by improving the workflow by introducing separate 'rotation axis lock' next to translation axis lock.

Actually having separate rotation lock is important, i.e. when implementing
character controller and many other uses.
Bullet uses separate locks.

On Fri, Oct 20, 2017 at 4:53 PM, kubecz3k notifications@github.com wrote:

I think this could be solved by improving the workflow by introducing
separate 'rotation axis lock' next to translation axis lock.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/godotengine/godot/issues/12259#issuecomment-338213066,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAX0z7V22UBXYkFdvitx-ujt-ITk7iQks5suKXBgaJpZM4QAs0b
.

Fixed with new commit: 4b192ea

Will test asap

I can confirm it's fixed now, the behavior is the same as in Godot.

Was this page helpful?
0 / 5 - 0 ratings