MartensCedric / COMP371-Project

Git Repository for the project
0 stars 0 forks source link

Reorder children before drawing #87

Closed laemtl closed 4 years ago

laemtl commented 4 years ago

For blending to work we need to draw far children first (otherwise transparent objects can hide others behind them). We have to reorder children based on distance from camera before drawing.

MartensCedric commented 4 years ago

is this still an issue @laemtl ?