WasmGPU - v0.6.0
    Preparing search index...

    Type Alias GeometryDescriptor

    type GeometryDescriptor = {
        indices?: Uint32Array;
        joints?: Uint16Array;
        joints1?: Uint16Array;
        normals?: Float32Array;
        positions: Float32Array;
        uvs?: Float32Array;
        weights?: Float32Array;
        weights1?: Float32Array;
    }
    Index

    Properties

    indices?: Uint32Array
    joints?: Uint16Array
    joints1?: Uint16Array
    normals?: Float32Array
    positions: Float32Array
    uvs?: Float32Array
    weights?: Float32Array
    weights1?: Float32Array