👽 tresjs-rapier: models handling improvement #1319
alvarosabu
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Hey @alvarosabu! 🧊 This looks like a feature request — awesome ideas belong in Please consider opening a discussion there instead.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Maybe we can have a props to handle both cases? @Neosoulink |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Migrated from Tresjs/rapier#127 - Originally created by @JaimeTorrealba
Description
The current implementation is different from R3F, as you can see, the model is treat as a group (I personally prefer this approach) is best performance and cover most of the cases, BUT, not all for some specific cases maybe this is not a viable solution.
R3F handling the models in which each geometry has a different RigidBody/Collider:
I don't know if this will create future problems for uses cases or the people can workaround them. I don't know if this makes joints cases when models more difficult.
Suggested solution
Proper discussion and research
Alternative
Just by the record, I like the current approach (but maybe I'm thinking in just low poly games)
Additional context
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions