Capítulo 102 de 859

Chapter 102: BasicLightMapNode

Core Idea

A specific version of IrradianceNode that is only relevant for MeshBasicNodeMaterial. Since the material is unlit, it requires a special scaling factor for the light map.

Key Concepts

  • lightMapNode : Node.<vec3>: The light map node.

Reference Tables

Constructor

Signature
new BasicLightMapNode( lightMapNode : Node.<vec3> )

Properties

PropertyDescription
.lightMapNode : Node.<vec3>The light map node.

Key Takeaways

  1. BasicLightMapNode extends: EventDispatcher → Node → LightingNode
  2. Most relevant properties: lightMapNode.

Connects To