Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface GPUSceneLOD

    One lower-detail geometry selected when its projected bounding radius is small enough.

    interface GPUSceneLOD {
        geometry: Geometry;
        maximumProjectedRadius: number;
    }
    Index
    geometry: Geometry

    Indexed triangle geometry with float32 position/normal and any material-required UV/tangent streams.

    maximumProjectedRadius: number

    Maximum projected radius in physical pixels at which this LOD is selected.