gpu-curtains
    Preparing search index...

    Interface GLTFDracoMeshCompression

    Define the KHR_draco_mesh_compression extension primitives options.

    interface GLTFDracoMeshCompression {
        bufferView: number;
        attributes: { [name: string]: number };
    }
    Index

    Properties

    bufferView: number

    Index of the buffer containing compressed data.

    attributes: { [name: string]: number }

    Attributes stored in the decompressed geometry. Each attribute is associated with an attribute id which is its unique id in the compressed data.