Can't create instance of Mesh with NodeMaterial

Hello :wave:!

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!

You would need to rely on the instances node

Are you currently doing it ?

1 Like

Hey @sebavan!

Thanks a lot for your blazingly fast response :fire:. You are right, I didn’t use the InstancesBlock :man_facepalming:.

Thanks to your input and the docs, I see now the instance: https://playground.babylonjs.com/#5T0VK4#5 :tada:.

1 Like