Mirror Engine
V5
How To
Mirror Engine Logo

Mirror Engine API


Mirror Engine API / SORTMODE_BACK2FRONT

Variable: SORTMODE_BACK2FRONT

const SORTMODE_BACK2FRONT: number = 3

Mesh instances are sorted back to front. This is the way to properly render many semi-transparent objects on different depth, one is blended on top of another.

Mirror Engine Logo