Skip to content
Faraz Shaikh edited this page Aug 17, 2020 · 5 revisions

TYPES: Object

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;
Clone this wiki locally