3DICA v2.22b
- The Ultimate 3D Coding Tutorial (C) Ica /Hubris 1996,1997,1998
- Over 150k of pure sh...er, 3d coding power!

4. Sorting

Without any kind of sorting we get a real mess when drawing more than one polygon at a time; the polygons are drawn all the time in the same order, so in some angles the engine draws the closest polygons first and the fartherst last, which results to weird 'transparency' effects. So some kind of sorting method would be nice. Back to the index