Gio.js
Getting Start
Gio.js 2.0
Basic Elements
Configuration
Object Design API
Color and Style API
Working with Data
Callback
Dependence Interface
Advanced Feature
Through Constructor
When creating a controller for the 3D globe, you can pass the configurations of the globe to the controller as a constructor parameter as follows:
var configs = {
        color: {
                surface:0xFF0000
        }
};
var globe = new Gio.controller(container, configs);