Capítulo 382 de 859

Chapter 382: BasicEnvironmentNode

Core Idea

Represents a basic model for Image-based lighting (IBL). The environment is defined via environment maps in the equirectangular or cube map format. BasicEnvironmentNode is intended for non-PBR materials like MeshBasicNodeMaterial or MeshPhongNodeMaterial.

Key Concepts

  • envNode : Node: A node representing the environment.

Reference Tables

Constructor

Signature
new BasicEnvironmentNode( envNode : Node )

Properties

PropertyDescription
.envNode : NodeA node representing the environment.

Key Takeaways

  1. BasicEnvironmentNode extends: EventDispatcher → Node → LightingNode
  2. Most relevant properties: envNode.

Connects To