Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Physics doesn't work when in-room objects are thrown #6503

Closed
Exairnous opened this issue Sep 27, 2024 · 1 comment
Closed

Physics doesn't work when in-room objects are thrown #6503

Exairnous opened this issue Sep 27, 2024 · 1 comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority

Comments

@Exairnous
Copy link
Contributor

Description
Physics doesn't work when in-room objects are thrown. The objects immediately cease moving when the mouse button is released at the end of the throw instead of continuing on with the physics system.

To Reproduce
Steps to reproduce the behavior:

  1. Enter a Hubs room.
  2. Spawn an object into the room (you can use the /duck command).
  3. Throw the object by clicking and dragging on it quickly and then releasing the mouse button while the object is moving.
  4. See that the object immediately stops moving when you release the mouse button.

Expected behavior
The object should continue moving in accordance with its momentum when the mouse button is released.

Hardware

  • Device: Laptop
  • OS: GNU/Linux
  • Browser: Firefox and Chromium

Additional context
Potentially caused by #6487

@Exairnous Exairnous added bug needs triage For bugs that have not yet been assigned a fix priority labels Sep 27, 2024
Exairnous added a commit that referenced this issue Nov 7, 2024
Reverts "Merge pull request #6487 from mozilla/scene-grabbables".

This reverts commit 4324d10, reversing
changes made to 746413d.

This fixes the following GitHub bugs:
Spacebar Menu Scale and Rotate Buttons Do Nothing When Interacted With #6496
Physics doesn't work when in-room objects are thrown #6503
Physics doesn't continue working after moving an object that has had physics permanently enabled on it #6504
The spacebar menu doesn't show up for objects which have been dropped in the room from a file browser #6505

This reverts the changes from the following commits:
c23b7d4
Add warning for negative scale when creating interactables bounds

ae050ee
Revert media collision mask

ec12e4c
Scene grabbables support
@Exairnous
Copy link
Contributor Author

Fixed by #6515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
Projects
None yet
Development

No branches or pull requests

1 participant