GltfPrimitive

Overview

GltfPrimitive is a interface in Aspose.3D FOSS for Typescript.

GltfPrimitive.attributes maps attribute names to accessor indices for the primitive.

Properties: attributes, indices, material, mode.

Description

GltfPrimitive is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : { [key: string]: number }; : number; : number. These operations enable developers to integrate gltfprimitive functionality directly into TypeScript applications.

The class also provides the attributes property (gets the attributes), the indices property (gets the indices), the material property (gets the material).

Properties

NameTypeAccessDescription
attributes: { [key: string]: number }ReadGets the attributes.
indices: numberReadGets the indices.
material: numberReadGets the material.
mode: numberReadGets the mode.

See Also