Hello !
I am trying to create an instance of a given mesh with a NodeMaterial
applied. This doesn’t seem to work since I can’t see the instanced mesh. If I don’t apply the NodeMaterial
or clone the original mesh the mesh is visible.
https://playground.babylonjs.com/#5T0VK4#3
Is this expected? I.e. is it not possible to instance a mesh if a NodeMaterial
is applied?
Thank you!