Hi all! Quite new to Babylon, trying to figure a few things out
Is it possible to use local reflection maps with NME PBR materials?
I have a simple chrome NME PBR Material here:
https://nodematerial-editor.babylonjs.com/#KEYPLH#3
And I’m trying to plug a reflection map into it in this PG:
https://playground.babylonjs.com/#RSMKT2#1
PBRMaterial on the right works fine, but the NME material just comes out black when I try to plug the reflection texture into its reflection node. This is actually working worse even than my local project, where at least I’ve been able to get the reflection map to show up.
- What am I doing wrong that prevents the reflection texture from being visible on the NME material?
- Is it possible to specify bounding box and bounding pos on an NME material reflection map to get it working the same as the PBR material on the right?