rhodonite
    Preparing search index...

    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 Summary)

    Index

    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