Constructor
new EnvironmentMap(reporter, settings)
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
reporter |
Reporter | |||||||||||||
settings |
Object |
Properties
|
- Source:
Methods
(async, protected) _build(quality) → {Promise.<Component>}
Build map
Parameters:
| Name | Type | Description |
|---|---|---|
quality |
LoadingQuality |
- Source:
Returns:
- Type
- Promise.<Component>
(async) _buildEnvMapCube(cubeMap)
Parameters:
| Name | Type | Description |
|---|---|---|
cubeMap |
CubeTexture |
(async) _buildEnvMapPNG(renderer, pngMap)
Parameters:
| Name | Type | Description |
|---|---|---|
renderer |
WebGLRenderer | |
pngMap |
WrappedImage |
(async) _buildEXR(quality) → {Promise.<Component>}
Build Cube Texture
Parameters:
| Name | Type | Description |
|---|---|---|
quality |
LoadingQuality |
Returns:
- Type
- Promise.<Component>