blob: 88bc44d9399dfb1677fe6bb1191a7ec7fc6672f9 [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
}
}
}
};