Hi,
I’m having an error when i try to load the babylonjs.materials.min.js library in order to use the nodeMaterial.
This is the error I get:
Cannot read properties of undefined (reading ‘ShadersStore’)
Any idea what it could be?
Hi,
I’m having an error when i try to load the babylonjs.materials.min.js library in order to use the nodeMaterial.
This is the error I get:
Cannot read properties of undefined (reading ‘ShadersStore’)
Any idea what it could be?
I think you have your script tags out of order. Double check that babylon.js comes first, before scripts like this that depend on it.
and no need for it to use node material it is part of core
Hi there @Mescalina just checking in, were you able to use the NodeMaterial? Anything else we can do to help?