Class OctreeGeneratorPart

  • All Implemented Interfaces:
    IOctreeGenerator

    public class OctreeGeneratorPart
    extends java.lang.Object
    implements IOctreeGenerator
    Greedy generator where octants in a level are filled up with as many stars as possible before proceeding to lower levels. This approach is outdated and should not be used. Use OctreeGeneratorMag instead. This uses less memory than the its magnitude counterpart, but does not implement the bijective map f: mag -> level.