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

    Interface GLTFProgressivePrimitiveState

    interface GLTFProgressivePrimitiveState {
        geometry?: Geometry;
        meshes: Mesh[];
    }
    Index
    geometry?: Geometry
    meshes: Mesh[]