I’m having an issue cloning this mesh. it loads in fine, however does not appear after cloning.
I attempted to use createInstance(); instead however it threw errors saying “createInstance should only be used on meshes with geometry”
Hopefully this playground helps:
https://playground.babylonjs.com/#IUNJ4X
Lines 43-49, would be where I’m attempting to create the clone. Am I doing something wrong here?
This playground shows the model loading correctly:
https://playground.babylonjs.com/#IUNJ4X#1
As always, thank you to anyone willing to help.
-Ateria