Tagged Questions
3
votes
2answers
836 views
How does a BSP tree work for Z sorting?
I'm developing a 3D engine in software, and so I must compute Z sorting manually. I'm currently using the painters algorithm to sort triangles and then drawing them back-to-front. This causes ...