{ "name": "root", "globalData": { "ambientCoeff": 0.5, "diffuseCoeff": 0.5, "specularCoeff": 0.5, "transparentCoeff": 0.5 }, "cameraData": { "position": [-6.0, 4.0, 4.0], "up": [0.0, 1.0, 0.0], "heightAngle": 30.0, "focus": [0.0, 0.0, 0.0] }, "groups": [ { "lights": [ { "type": "directional", "color": [0.8, 0.8, 0.8], "direction": [0.0, -1.0, -1.0] } ] }, { "lights": [ { "type": "directional", "color": [0.4, 0.4, 0.4], "direction": [1.0, -1.0, 0.0] } ] }, { "groups": [ { "translate": [-0.65, 0.0, 0.65], "primitives": [ { "type": "sphere", "diffuse": [0.2, 0.15, 0.15], "specular": [1.0, 1.0, 1.0], "shininess": 25.0, "reflective": [0.4, 0.2, 0.2], "transparent": [0.8, 0.6, 0.6], "ior": 1.01 } ] }, { "translate": [-0.65, 0.0, -0.65], "primitives": [ { "type": "sphere", "diffuse": [0.0, 0.0, 0.0], "specular": [1.0, 1.0, 1.0], "shininess": 25.0, "reflective": [0.2, 0.2, 0.4], "transparent": [0.6, 0.6, 0.8], "blend": 0.3, "textureFile": "textures/earth.png", "textureU": 1.0, "textureV": 1.0, "ior": 1.01 } ] }, { "translate": [0.65, 0.0, -0.65], "primitives": [ { "type": "sphere", "diffuse": [0.15, 0.2, 0.15], "specular": [1.0, 1.0, 1.0], "shininess": 25.0, "reflective": [0.2, 0.4, 0.2], "transparent": [0.6, 0.8, 0.6], "ior": 1.01 } ] }, { "translate": [0.65, 0.0, 0.65], "primitives": [ { "type": "sphere", "diffuse": [0.17, 0.17, 0.17], "specular": [1.0, 1.0, 1.0], "shininess": 25.0, "reflective": [0.3, 0.3, 0.3], "transparent": [0.7, 0.7, 0.7], "ior": 1.01 } ] }, { "translate": [0.0, -0.6, 0.0], "scale": [6.0, 0.1, 6.0], "primitives": [ { "type": "cube", "diffuse": [0.0, 1.0, 1.0], "reflective": [0.3, 0.3, 0.3], "blend": 0.9, "textureFile": "textures/bark.png", "textureU": 1.0, "textureV": 5.0 } ] } ] } ] }