public final class SCNParticleSortingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Distance
particles are sorted by distance from the point of view
|
static long |
None
particles are not sorted
|
static long |
OldestFirst
particles are sorted by birth date - oldest first
|
static long |
ProjectedDepth
particles are sorted by depth (far rendered first)
|
static long |
YoungestFirst
particles are sorted by birth date - yougest first
|
public static final long None
public static final long ProjectedDepth
public static final long Distance
public static final long OldestFirst
public static final long YoungestFirst