Replies: 1 comment 1 reply
-
gltfloader just serves you a black box - a ready-made scene. traditionally if you wanted to change things you had to traverse and mutate it. in react you should use gltfjsx https://github.com/pmndrs/gltfjsx it creates a virtual graph of the model contents. now you can make stuff conditional. |
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.
-
I am trying to create a character customizer like this https://desktophero3d.com/ or https://shrekshao.github.io/gltf-avatar-threejs/
while I have been able to load multiple animations of the model, I am not able to understand how to swap a body part of the model example: changing the head of a model, or changing the outfits of the model.
Beta Was this translation helpful? Give feedback.
All reactions