EarthSDK
    正在准备搜索索引...

    类型别名 CzmAttributeType

    type CzmAttributeType = {
        componentsPerAttribute: 1 | 2 | 3 | 4;
        normalize?: boolean;
        typedArray:
            | Float32Array
            | Float64Array
            | Int8Array
            | Uint8Array
            | Int16Array
            | Uint16Array
            | Int32Array
            | Uint32Array;
        usage?: Cesium.BufferUsage;
    }
    索引

    属性

    componentsPerAttribute: 1 | 2 | 3 | 4
    normalize?: boolean
    typedArray:
        | Float32Array
        | Float64Array
        | Int8Array
        | Uint8Array
        | Int16Array
        | Uint16Array
        | Int32Array
        | Uint32Array
    usage?: Cesium.BufferUsage