We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Contains types that are supported by the CustomShaderMaterial constructor.
const basic = TYPES.BASIC; const physical = TYPES.PHYSICAL; const normal = TYPES.NORMAL; const phong = TYPES.PHONG; const lambert = TYPES.LAMBERT; const toon = TYPES.TOON;