Strata - v1.4.10
    Preparing search index...

    Type Alias BoundingShape

    BoundingShape:
        | { radius: number; type: "sphere" }
        | { size: THREE.Vector3; type: "box" }
        | { height: number; radius: number; type: "cylinder" }
        | { height: number; type: "polygon"; vertices: THREE.Vector2[] }

    World Topology Type Definitions