Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.26k stars 47 forks source link

Improve Z depth sorting #3

Closed LunaTheFoxgirl closed 3 years ago

LunaTheFoxgirl commented 3 years ago

Currently z depth sorting is based on the local transformation Z position. Either sorting should be based on z based on the tree (expensive?) or it should be based of a seperate zSort variable.