-
I'm made some cage. this cage was made in boxes. But my wanted cage = one box. This is possible? Or can i reverse Box's collision? example, can i make cage and not used plane at next case https://codesandbox.io/s/r3f-cannon-instanced-physics-devf8?file=/src/index.js |
Beta Was this translation helpful? Give feedback.
Answered by
codynova
May 15, 2020
Replies: 1 comment 1 reply
-
You could use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
codynova
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use
useCompoundBody
to join all the individual boxes into one compound shape, check out the example here