Class OctreeGeneratorParams

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

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

    Fields
    Modifier and Type Field Description
    long childCount  
    int maxPart  
    long parentCount  
    boolean postprocess  
  • Constructor Summary

    Constructors
    Constructor Description
    OctreeGeneratorParams​(int maxPart, boolean postprocess, long childCount, long parentCount)  
  • Method Summary

    Methods inherited from class java.lang.Object

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