Hi all! help me please.
I can’t find examples of how to load an object from a GLTF loader once and add it to the scene several times.
Hi all! help me please.
I can’t find examples of how to load an object from a GLTF loader once and add it to the scene several times.
Maybe you can traverse through the gltf.scene
children and then clone the meshes.
Here is an example on how you can traverse through the scenes children: GLTF Model Loader - Three.js Tutorials