Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class OctreeNode

    A node in the octree.

    Index

    Constructors

    Properties

    bounds: BoundingBox

    The bounds of this node.

    children: OctreeNode[] = []

    The children of this node.

    objects: Object3D[] = []

    The objects stored in this node.

    Methods