Capítulo 76 de 859

Chapter 76: MeshNormalNodeMaterial

Core Idea

Node material version of MeshNormalMaterial.

Key Concepts

  • isMeshNormalNodeMaterial : boolean (readonly): This flag can be used for type testing.

Reference Tables

Constructor

Signature
new MeshNormalNodeMaterial( parameters : Object )

Properties

PropertyDescription
.isMeshNormalNodeMaterial : boolean (readonly)This flag can be used for type testing.

Methods

MethodDescription
.setupDiffuseColor()Overwrites the default implementation by computing the diffuse color based on the normal data.

Key Takeaways

  1. MeshNormalNodeMaterial extends: EventDispatcher → Material → NodeMaterial
  2. Most relevant properties: isMeshNormalNodeMaterial.
  3. Key methods: setupDiffuseColor.

Connects To