Issue cloning .GLB Model

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. :slight_smile:

-Ateria

You can use instantiateHierarchy to instantiate a full model: https://playground.babylonjs.com/#IUNJ4X#3

1 Like

I love you guys <3 thank you @sebavan

2 Likes