MeshToonNodeMaterial.html.md 962 B

Inheritance: EventDispatcher → Material → NodeMaterial →

MeshToonNodeMaterial

Node material version of MeshToonMaterial.

Constructor

new MeshToonNodeMaterial( parameters : Object )

Constructs a new mesh toon node material.

parameters

The configuration parameter.

Properties

.isMeshToonNodeMaterial : boolean (readonly)

This flag can be used for type testing.

Default is true.

.lights : boolean

Set to true because toon materials react on lights.

Default is true.

Overrides: NodeMaterial#lights

Methods

.setupLightingModel() : ToonLightingModel

Setups the lighting model.

Overrides: NodeMaterial#setupLightingModel

Returns: The lighting model.

Source

src/materials/nodes/MeshToonNodeMaterial.js

粤ICP备19079148号