BasicEnvironmentNode

Last modified: Dec 16, 2024

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.

Constructor

new BasicEnvironmentNode(envNode?)
ParameterTypeDefault Value
envNode?Nodenull

Constructs a new basic environment node.

AccessorType

Properties

PropertyTypeDefault Value
envNodeNode
MethodType

Extends

LightingNode