sharkdp / purescript-isometric

Isometric rendering for PureScript
58 stars 7 forks source link

Fix depth sorting #1

Open sharkdp opened 8 years ago

sharkdp commented 8 years ago

It's probably better if the depth sorting does not operate on Shapes, but on single Faces.

sharkdp commented 8 years ago

https://mazebert.com/2013/04/18/isometric-depth-sorting/ https://github.com/shaunlebron/IsometricBlocks http://gamedevelopment.tutsplus.com/tutorials/creating-isometric-worlds-a-primer-for-game-developers--gamedev-6511