Contents

SCNParticleSortingMode.distance

Particles farther from the point of view (as measured using distance from the camera in scene space) are rendered before closer particles.

Declaration

case distance

Discussion

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

See Also

Constants