Octree and Capsule in r3f #2528
Answered
by
drcmda
abhi-dasgupta
asked this question in
Q&A
-
how do I use threejs Octree and Capsule in r3f? couldn't find anything... |
Beta Was this translation helpful? Give feedback.
Answered by
drcmda
Sep 25, 2022
Replies: 1 comment
-
it would 1:1 work the same way as it works in three, fiber is threejs. for overly imperative stuff like that it often makes sense to pull examples apart and build more readily usable component abstractions. if you do that, consider making a pr for drei, could be useful to others. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abhi-dasgupta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it would 1:1 work the same way as it works in three, fiber is threejs. for overly imperative stuff like that it often makes sense to pull examples apart and build more readily usable component abstractions. if you do that, consider making a pr for drei, could be useful to others.