Documentation - v19.2.0-dev
    Preparing search index...

    Interface BatchedGeometryUpdate

    interface BatchedGeometryUpdate {
        boundingBox: SerializedBox3;
        boundingSphere: SerializedSphere;
        geometryCount: number;
        indexStart: number;
        vertexStart: number;
    }
    Index

    Properties

    boundingBox: SerializedBox3
    boundingSphere: SerializedSphere
    geometryCount: number
    indexStart: number
    vertexStart: number