Class OctreeGeneratorParams

java.lang.Object
gaiasky.data.octreegen.generator.OctreeGeneratorParams

public class OctreeGeneratorParams extends Object
Holds the parameters for the octree generation.
  • Field Details

    • maxPart

      public int maxPart
    • postprocess

      public boolean postprocess
    • childCount

      public long childCount
    • parentCount

      public long parentCount
  • Constructor Details

    • OctreeGeneratorParams

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