Gio.js
开始使用
Gio.js 2.0
基础元素
配置
功能设计型API
颜色风格类API
数据
回调函数
依赖库接口
高级功能
背景
背景是在3D场景中"地球背后"的区域。背景默认的颜色是0x000000。
背景的颜色可以通过 configure() API进行设置,如下所示:
controller.configure({
        color: {
                background:0x0000ff
        }
});
也可以通过 setBackgroundColor() API来动态改变背景颜色。