Interface RnM2Primitive

interface RnM2Primitive {
    attributes: Gltf2Attributes;
    attributesNames?: {
        [s: string]: string;
    };
    attributesObjects?: RnM2AttributeAccessors;
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    indices?: number;
    indicesObject?: RnM2Accessor;
    material?: number;
    materialName?: string;
    materialObject?: RnM2Material;
    materialVariants?: RnM2MaterialVariant[];
    mode?: number;
    targets?: RnM2AttributeBlendShapes;
    targetsObjects?: RnM2AttributeBlendShapesAccessors;
}

Hierarchy (view full)

Properties

attributes: Gltf2Attributes
attributesNames?: {
    [s: string]: string;
}
attributesObjects?: RnM2AttributeAccessors
extensions?: Gltf2AnyObject
indices?: number
indicesObject?: RnM2Accessor
material?: number
materialName?: string
materialObject?: RnM2Material
materialVariants?: RnM2MaterialVariant[]
mode?: number