Make 3D games in Construct 2 powered by Babylon.js · By Pixel Rebirth
Hello, pixelrebirth, I would like to ask if rendering shadows once and not rewriting them would have a positive impact on optimization or cause significant memory usage.
Yes, it could in fact help a lot with performance if you wanted to use a shadow generator as a simple shadow map for static geometry.
For this kind of purpose there will be the option to only render the shadows once initially in the next update.