rhodonite
    Preparing search index...

    Type Alias Gltf2Primitive

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

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Gltf2Attributes
    extensions?: Gltf2AnyObject
    indices?: number
    material?: number
    mode?: number