Capítulo 425 de 859

Chapter 425: IrradianceNode

Core Idea

A generic class that can be used by nodes which contribute irradiance to the scene. E.g. a light map node can be used as input for this module. Used in NodeMaterial.

Key Concepts

  • node : Node.<vec3>: A node contributing irradiance.

Reference Tables

Constructor

Signature
new IrradianceNode( node : Node.<vec3> )

Properties

PropertyDescription
.node : Node.<vec3>A node contributing irradiance.

Key Takeaways

  1. IrradianceNode extends: EventDispatcher → Node → LightingNode
  2. Most relevant properties: node.

Connects To