This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
-
In VR, I'd like to grab a object. If it has physics enabled, I'd like to disable it until I release the object. I was looking at NgtPhysicsStore, but not sure how to use it. |
Beta Was this translation helpful? Give feedback.
Answered by
IRobot1
Apr 14, 2022
Replies: 1 comment
-
Use the physics object api to call sleep and wakeup or set the mass to 0 to make it static. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IRobot1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the physics object api to call sleep and wakeup or set the mass to 0 to make it static.