Contents

SCNParticleSortingMode.projectedDepth

Particles farther from the point of view (as measured using projected depth) are rendered before closer particles.

Declaration

case projectedDepth

Discussion

Typically you use this sorting mode in conjunction with the SCNParticleOrientationMode.billboardScreenAligned orientation mode.

See Also

Constants