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

    Interface SerializedBatchedLineGeometry

    interface SerializedBatchedLineGeometry {
        attributes: {
            batchId: TypedArray | null;
            index: TypedArray | null;
            normal: TypedArray | null;
            position: TypedArray | null;
        };
        boundingBox: SerializedBox3;
        boundingSphere: SerializedSphere;
        bounds: Float32Array;
        geometryCount: number;
        indexRanges: Uint32Array;
        indexStart: number;
        isBatchedLineGeometry: true;
        isInitialized: boolean;
        matrices: TypedArray;
        maxGeometryCount: number;
        maxIndexCount: number;
        maxVertexCount: number;
        useIndex: boolean;
        useNormals: boolean;
        uuid: string;
        vertexRanges: Uint32Array;
        vertexStart: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: {
        batchId: TypedArray | null;
        index: TypedArray | null;
        normal: TypedArray | null;
        position: TypedArray | null;
    }
    boundingBox: SerializedBox3
    boundingSphere: SerializedSphere
    bounds: Float32Array
    geometryCount: number
    indexRanges: Uint32Array
    indexStart: number
    isBatchedLineGeometry: true
    isInitialized: boolean
    matrices: TypedArray
    maxGeometryCount: number
    maxIndexCount: number
    maxVertexCount: number
    useIndex: boolean
    useNormals: boolean
    uuid: string
    vertexRanges: Uint32Array
    vertexStart: number