背景是在3D场景中"地球背后"的区域。背景默认的颜色是0x000000。 背景的颜色可以通过 configure() API进行设置,如下所示:
controller.configure({ color: { background:0x0000ff } });
也可以通过 setBackgroundColor() API来动态改变背景颜色。