@sebavan I believe you are the godfather of the Glow Layer so tagging you
I’m wondering if there is a way to modify the glow layer to work with a texture atlas instanced mesh setup, i.e. if I have meshes with transparency data in an atlas, the instanced mesh will show the entire atlas glowing if I attempt to use the glow layer. If that is confusing, it’s obvious from playground:
https://www.babylonjs-playground.com/#GPW8E9#9
(Ignore all the color stuff, if you look at the first number you’ll see what I am trying to do).
I know I’d need to pass in the cellInfo and options attributes like I’m doing on the atlas shader (and modify the vUV accordingly), but I’m not sure which of the glow layer shaders I would need to modify, and also will the glow layer be able to read the attributes I declared with registerInstancedBuffer? (if it’s possible theoretically, I’m good with overriding the glow layer shaders to only work with my texture atlas instanced meshes).