Define the EXT_mesh_gpu_instancing extension nodes options.

interface GLTFMeshGPUInstancingExtension {
    attributes?: { [name: string]: number };
}

Properties

Properties

attributes?: { [name: string]: number }

contains accessor ids for the TRANSLATION, ROTATION, and SCALE attribute buffers, all of which are optional.