Skip to main content

Interface: MaterialParameters

Defines common properties for material effect layers.

This interface provides a standardized structure for various material effects that require color, texture, and intensity settings.

Business value:

  • Creates consistent configuration patterns across different material effects
  • Simplifies material customization with standardized parameters
  • Ensures predictable behavior across different material types

Properties

color

color: string[]

Color value in RGB format.


intensity

intensity: string

Overall strength of the effect.


isActive

isActive: boolean

When true, this parameter set is active and applied to the material.


texture

texture: Partial<MaterialTexture>

Texture map that controls this effect.