Is there a built-in way in Babylon.js to project textures without having the spotlight light spot (no lighting, just the texture)?
Here is how we want it:
And here is how it is in BJS right now (I found no way to have only the texture projected, without the light spot):
Tuning down the spotlight intensity will also tune down the projected texture. Tuning up will show more and more the light. So, what we need is to project the texture as if it was emissive, but without the spotlight at all.
So, any way to disable the spotlight intensity but keep the projected texture?
I considered using decals, but that adds some complexity to add and update on many different meshes, also I’m not sure about its performance impact. Maybe it is currently the only way, but is it?