Circular-Studios / Dash

A free and open 3D game engine written in D.
https://circularstudios.com/Dash
MIT License
422 stars 63 forks source link

Hotfix: Non-Encoded Normals #192

Closed wozniakty closed 10 years ago

wozniakty commented 10 years ago

Currently, due to edge cases in Normal Encoding, our "optimized solution" causes an interesting Pepper effect on all our objects. This is not intended and we definitely don't want this as people start to check out the engine.

This fix causes Dash to take up a bit more GPU memory, run a bit faster, and not have broken normals.

wozniakty commented 10 years ago

Made this a merge to Develop, should be Master. Closing