Package apple.scenekit.enums
Class SCNParticleOrientationMode
- java.lang.Object
-
- apple.scenekit.enums.SCNParticleOrientationMode
-
public final class SCNParticleOrientationMode extends java.lang.ObjectParticle Orientation Mode
-
-
Field Summary
Fields Modifier and Type Field Description static longBillboardScreenAlignedparticles are aligned on screenstatic longBillboardViewAlignedparticles are perpendicular with the vector from the point of view to the particle.static longBillboardYAlignedfixed on Y axis.static longFreefree on all axis.
-
-
-
Field Detail
-
BillboardScreenAligned
public static final long BillboardScreenAligned
particles are aligned on screen- See Also:
- Constant Field Values
-
BillboardViewAligned
public static final long BillboardViewAligned
particles are perpendicular with the vector from the point of view to the particle.- See Also:
- Constant Field Values
-
Free
public static final long Free
free on all axis.- See Also:
- Constant Field Values
-
BillboardYAligned
public static final long BillboardYAligned
fixed on Y axis.- See Also:
- Constant Field Values
-
-