No Reusability with certain models #192
Unanswered
SwissCheese15
asked this question in
Q&A
Replies: 2 comments
-
Hi same problem here. Models are in fact loading ( 6 from an array in my case) but all on the position of the last declared one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK find out that solution have been found here : [((https://github.com/pmndrs/react-three-fiber/issues/245))] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Only One Model Showing
Hello Community
I have a project where I really need to be able to reuse the models that I load. But with my models (By Quaternius) it doesn't work.
I can't insert the Model multiple times. When I try to load the same Component again with different positions, only the last one shows up. I'm using the Component that GLTFJSX made for me. I have been at this for a long time now, pls help.
Two Components:
Only one Cactoro
I can't upload the GLTF file here but this is the link where I got it. It doesn't work with any of them:
https://drive.google.com/drive/folders/1E_UWCNhXCUIC4P8_MnaHFT-_Yi-JOzC4
This is the project I'm working on:
https://github.com/SwissCheese15/RPG
Parent Component:
https://github.com/SwissCheese15/RPG/blob/main/src/Components/NPC/Npc.jsx
Model-Component:
https://github.com/SwissCheese15/RPG/blob/main/src/Components/NPC/Cactoro.jsx
Beta Was this translation helpful? Give feedback.
All reactions