Class OctreeGeneratorParams


  • public class OctreeGeneratorParams
    extends java.lang.Object
    Holds the parameters for the octree generation
    • Field Detail

      • maxPart

        public int maxPart
      • sunCentre

        public boolean sunCentre
      • maxDistanceCap

        public double maxDistanceCap
      • postprocess

        public boolean postprocess
      • childCount

        public long childCount
      • parentCount

        public long parentCount
    • Constructor Detail

      • OctreeGeneratorParams

        public OctreeGeneratorParams​(int maxPart,
                                     boolean sunCentre,
                                     boolean postprocess,
                                     long childCount,
                                     long parentCount)
      • OctreeGeneratorParams

        public OctreeGeneratorParams​(int maxPart,
                                     boolean sunCentre)
      • OctreeGeneratorParams

        public OctreeGeneratorParams​(boolean sunCentre)