Hi All,
I’m developing fully procedural game, creating moving objects at run time (meshes with custom shaders on them).
Can I turn off my directional light and rely on real-time emission coming from these dynamically created / moving meshes? (I’d prefer to use forward rendering and not use lights, but emissive materials/shaders)
Thanks for any replies.