Set the reflection map when there are pbr materials in the scene.
Signature:
setReflectionImages(images: string | string[] | HTMLImageElement[]): void;
Parameter | Description |
---|---|
images | string | string[] | The 6 images that represent the skybox. |
Returns:
void