Viewer3DBase.setReflectionImages() method

Set the reflection map when there are pbr materials in the scene.

Signature:

setReflectionImages(images: string | string[] | HTMLImageElement[]): void;

Parameters

ParameterDescription
imagesstring | string[] | The 6 images that represent the skybox.

Returns:

void