inanevin / LinaEngine

Lina Engine is an open-source , modular, tiny and fast C++ game engine, aimed to develop 3D desktop games.
MIT License
843 stars 50 forks source link

Transparent Sorting In Renderer System #44

Closed inanevin closed 4 years ago

inanevin commented 4 years ago

Right now the priority queue in transparent sorting puts the objects into the list one by one, later on make sure that if the distances are the same only 1 object is put into the list w/ multiple model matrices instead of 2 objects with single model matrix.