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 distanceDiscussion
Typically you use this sorting mode in conjunction with the SCNParticleOrientationMode.billboardViewAligned orientation mode.