ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
360 stars 30 forks source link

[Renderer] Directional Light CastShadow toggle doesnt work #58

Closed michaelsakharov closed 8 months ago

michaelsakharov commented 9 months ago

Directional light CastShadow setting doesn't turn off shadow mapping The Whole shadow mapping system is really bad, It updates every frame and is super inefficient.

Ideally we just rewrite the entire thing