Package gaiasky.data.octreegen.generator
Class OctreeGeneratorParams
java.lang.Object
gaiasky.data.octreegen.generator.OctreeGeneratorParams
Holds the parameters for the octree generation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
int
long
boolean
-
Constructor Summary
ConstructorsConstructorDescriptionOctreeGeneratorParams
(int maxPart, boolean postprocess, long childCount, long parentCount) -
Method Summary
-
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)
-