Skip to main content

Interface: MaterialMeta

Metadata for a material in the rendering system. Contains essential information needed to load, reference, and apply materials to 3D models in the configurator.

Properties

loaded

loaded: boolean

Indicates if the material has been loaded into memory


materialId

materialId: string

Unique identifier for this material, used in material assignments


materialName

materialName: string

Human-readable material name shown in the interface


uid?

optional uid: string

Instance-specific identifier when the same material appears multiple times


uniqueId?

optional uniqueId: null | number

WebGL-specific material identifier once loaded into the rendering engine