Skip to main content

Interface: Material3D

Comprehensive material definition for 3D rendering.

This interface combines all aspects of material appearance into a complete definition. It includes base properties, specialized effects, and metadata that control how a material looks and behaves in the 3D environment.

Business value:

  • Provides complete control over product appearance in 3D visualization
  • Enables creation of physically accurate materials for authentic product representation
  • Ensures consistent material appearance across different viewing conditions
  • Central to creating engaging, photorealistic product experiences

Extends

Indexable

[key: string]: unknown

Properties

anisotrophyParameters?

optional anisotrophyParameters: Partial<MaterialAnisotropy>

Settings for direction-dependent reflections like brushed metal.


basicParameters?

optional basicParameters: Partial<MaterialBasic>

Core material properties controlling color, reflectivity, and transparency.


bumpParameters?

optional bumpParameters: Partial<MaterialBump>

Settings for surface relief and texture effects.


clearCoatParameters?

optional clearCoatParameters: Partial<MaterialClearCoat>

Settings for transparent top-coat layer effects.


colorGradingParameters?

optional colorGradingParameters: Partial<MaterialColorGrading>

Settings for cinematic color adjustment effects.


emissiveParameters?

optional emissiveParameters: Partial<MaterialParameters>

Settings for self-illumination and glow effects.


history?

optional history: History

Revision tracking information.


materialId

materialId: string

Unique identifier for this material.


materialName

materialName: string

Display name of this material.


sheenParameters?

optional sheenParameters: Partial<MaterialSheen>

Settings for soft-gloss fabric-like highlights.


status?

optional status: Status

Current activation status of this material.


subsurfaceParameters?

optional subsurfaceParameters: Partial<MaterialSubSurface>

Settings for translucent material effects where light penetrates the surface.


textureSize?

optional textureSize: string | number

Resolution of textures used for this material.


textureSizes?

optional textureSizes: Partial<TextureSize>

Context-specific texture resolutions for different devices or scenarios.


thumbnail?

optional thumbnail: string

Path to the thumbnail image representing this material.


uvScaleOffsetParameters?

optional uvScaleOffsetParameters: Partial<MaterialUvScaleOffset>

Controls for texture positioning, scaling, and orientation.