Viewer3DBase.setBackgroundMode() method

The background image tiling mode.

Signature:

setBackgroundMode(mode: number): void;

Parameters

ParameterDescription
modeeither SKYBOX_WALLPAPER or SKYBOX_SKYDOME. In WALLPAPER mode, the background is a static image. In SKYDOME mode, it is like skydome and background will rotate with the scene model.

Returns:

void