Type Alias Gltf2Primitive

Gltf2Primitive: {
    attributes: Gltf2Attributes;
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    indices?: number;
    material?: number;
    mode?: number;
    targets?: Gltf2AttributeBlendShapes;
}