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
Description
Applies to: #6468
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. This affects both the bitECS and A-Frame loaders.
To Reproduce
Steps to reproduce the behavior:
Enter a Hubs room.
Drag and drop a GLB file that you have locally on your computer into the room (or use Place -> Upload). This file can be downloaded and used to test if you don't have any GLBs handy: Test_Cube.zip.
If you are using the A-Frame loader:
3.1 Spawn a media frame cube via the /cube chat command.
3.2 Use the media frame cube to capture the object to allow moving the object.
3.3 Move the object outside of the media frame (these substeps work around bug #6518).
Throw the object by clicking and dragging on it quickly and then releasing the mouse button while the object is moving.
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: Chromium and Brave
Additional context
Potentially caused by #6487
Originally reported (with slight differences) against the master branch here: #6503
The text was updated successfully, but these errors were encountered:
Description
Applies to: #6468
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. This affects both the bitECS and A-Frame loaders.
To Reproduce
Steps to reproduce the behavior:
3.1 Spawn a media frame cube via the
/cube
chat command.3.2 Use the media frame cube to capture the object to allow moving the object.
3.3 Move the object outside of the media frame (these substeps work around bug #6518).
Expected behavior
The object should continue moving in accordance with its momentum when the mouse button is released.
Hardware
Additional context
Potentially caused by #6487
Originally reported (with slight differences) against the master branch here: #6503
The text was updated successfully, but these errors were encountered: