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?)| Parameter | Type | Default Value |
|---|---|---|
| envNode? | Node | null |
Constructs a new basic environment node.
| Accessor | Type | |
|---|---|---|
| get type | string | |
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| envNode | Node | — | |
| Method | Type | |
|---|---|---|
| setup | (builder: any) => void | |
Extends
LightingNode