📄 threejs/Core/Materials/MeshNormalNodeMaterial

File: MeshNormalNodeMaterial.md | Updated: 11/15/2025


title: MeshNormalNodeMaterial category: Core layout: docs

MeshNormalNodeMaterial

Node material version of MeshNormalMaterial.

Constructor

new MeshNormalNodeMaterial( parameters : Object )

Constructs a new mesh normal node material.

parameters | The configuration parameter.
---|---

Properties

.isMeshNormalNodeMaterial : boolean (readonly)

This flag can be used for type testing.

Default is true.

Methods

.setupDiffuseColor()

Overwrites the default implementation by computing the diffuse color based on the normal data.

Overrides: NodeMaterial#setupDiffuseColor

Source

src/materials/nodes/MeshNormalNodeMaterial.js