Hi @PatrickRyan
Regarding your video Node Material Glow Effects, I’m having trouble applying this technique to the following node material and PG:
The relevant glow mask parts are glowing and nodeMaterial.emissiveStrength
varies the amount of glow as expected, however even the non glow masked parts are glowing and also reflecting a bit when they shouldn’t.
When I comment out glowLayer.referenceMeshToUseItsOwnMaterial(mesh);
then the erroneous reflections disappear (leaving only the expected reflected parts), but also of course the glow disappears.
Somewhat related …
I’m also wanting to get this node material to work with skeletal animation (note the jumping nurse’s shadow moving but not the nurse herself, when the node material is applied).
After that I need to test and adapt it to support instanced meshes.