-
I must be mis-remembering, but I thought this library, or another, had a "fixed" prop. Like a prop that could be applied to a rigid-body or similar, to prevent motion or gravity. I can't find any info on it any more. Must have been my imagination. I can use I have some objects I want to be able to collide with, but stay fixed without it floating away if something collides with it. Conditionally. Edit: so this, but for react-three rigid-body-type |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The property I was missing was a type prop on RigidBody. So like, |
Beta Was this translation helpful? Give feedback.
The property I was missing was a type prop on RigidBody. So like,
<RigidBody type="fixed">
. The only "type" in the readme is for colliders. I might make a PR shortly to try and mention RigidBody types, or make finding reference to them a bit easier. 👍