public final class SCNParticleOrientationMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BillboardScreenAligned
particles are aligned on screen
|
static long |
BillboardViewAligned
particles are perpendicular with the vector from the point of view to the particle.
|
static long |
BillboardYAligned
fixed on Y axis.
|
static long |
Free
free on all axis.
|
public static final long BillboardScreenAligned
public static final long BillboardViewAligned
public static final long Free
public static final long BillboardYAligned