Feature Request - Include CubeTexture Input in Node Material and Node Material Editor

babylonjs materials like StandardMaterial support CubeTexture but NodeMaterial doesn’t support CubeTexture or faces

it’s possible add this feature?

Thanks

Well NME supports cube texture:)
It is called ReflectionTexture:

and there is a check to load the texture as cube texture:

1 Like