Class SCNParticleOrientationMode


  • public final class SCNParticleOrientationMode
    extends java.lang.Object
    Particle Orientation Mode
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • BillboardYAligned

        public static final long BillboardYAligned
        fixed on Y axis.
        See Also:
        Constant Field Values