Class SCNParticleSortingMode


  • public final class SCNParticleSortingMode
    extends java.lang.Object
    Particle Sorting Mode
    • Field Summary

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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ProjectedDepth

        public static final long ProjectedDepth
        particles are sorted by depth (far rendered first)
        See Also:
        Constant Field Values
      • Distance

        public static final long Distance
        particles are sorted by distance from the point of view
        See Also:
        Constant Field Values
      • OldestFirst

        public static final long OldestFirst
        particles are sorted by birth date - oldest first
        See Also:
        Constant Field Values
      • YoungestFirst

        public static final long YoungestFirst
        particles are sorted by birth date - yougest first
        See Also:
        Constant Field Values