blob: 261371d06cb483ecaefa7d6e109e8d5720763d9e [file] [log] [blame]
option = {
backgroundColor: '#000',
globe: {
baseTexture: ROOT_PATH + "/data-gl/asset/world.topo.bathy.200401.jpg",
heightTexture: ROOT_PATH + "/data-gl/asset/world.topo.bathy.200401.jpg",
displacementScale: 0.04,
shading: 'realistic',
environment: ROOT_PATH + '/data-gl/asset/starfield.jpg',
realisticMaterial: {
roughness: 0.9
},
postEffect: {
enable: true
},
light: {
main: {
intensity: 5,
shadow: true
},
ambientCubemap: {
texture: ROOT_PATH + '/data-gl/asset/pisa.hdr',
diffuseIntensity: 0.2
}
}
}
};