The background image tiling mode.
Signature:
setBackgroundMode(mode: number): void;
Parameter | Description |
---|---|
mode | either 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