{ "name": "root", "globalData": { "ambientCoeff": 0.5, "diffuseCoeff": 0.5, "specularCoeff": 0.5, "transparentCoeff": 0 }, "cameraData": { "position": [5.0, 5.0, 5.0], "up": [0.0, 1.0, 0.0], "focus": [0, 0, 0], "heightAngle": 30.0 }, "groups": [ { "translate": [-2.0, 6.0, 6.0], "lights": [ { "type": "point", "color": [0.3, 0.0, 0.0], "attenuationCoeff": [1.0, 0.0, 0.0] } ] }, { "translate": [-1.0, 6.0, 5.0], "lights": [ { "type": "point", "color": [0.0, 0.3, 0.0], "attenuationCoeff": [1.0, 0.0, 0.0] } ] }, { "translate": [0.0, 6.0, 4.0], "lights": [ { "type": "point", "color": [0.0, 0.0, 0.3], "attenuationCoeff": [1.0, 0.0, 0.0] } ] }, { "translate": [1.0, 6.0, 3.0], "lights": [ { "type": "point", "color": [0.3, 0.3, 0.0], "attenuationCoeff": [1.0, 0.0, 0.0] } ] }, { "translate": [2.0, 6.0, 2.0], "lights": [ { "type": "point", "color": [0.3, 0.0, 0.3], "attenuationCoeff": [1.0, 0.0, 0.0] } ] }, { "lights": [ { "type": "directional", "color": [0.0, 0.3, 0.2], "direction": [0.5, -0.3, -1.0] } ] }, { "lights": [ { "type": "directional", "color": [0.3, 0.3, 0.5], "direction": [0.2, -0.2, -1.0] } ] }, { "lights": [ { "type": "directional", "color": [0.3, 0.4, 0.3], "direction": [0.0, -0.15, -1.0] } ] }, { "lights": [ { "type": "directional", "color": [0.2, 0.2, 0.2], "direction": [-1.0, -0.0, 0.3] } ] }, { "groups": [ { "translate": [0.0, -0.6, 0.0], "scale": [8.0, 0.1, 8.0], "primitives": [ { "type": "cube", "diffuse": [0.4, 0.4, 0.4], "blend": 1.0, "textureFile": "textures/cheese.png", "textureU": 1.0, "textureV": 1.0 } ] }, { "rotate": [1.0, 1.0, 1.0, 60.0], "primitives": [ { "type": "sphere", "diffuse": [0.0, 0.0, 0.0], "specular": [1.0, 1.0, 1.0], "shininess": 30.0, "blend": 0.3, "textureFile": "textures/liqmtl.png", "textureU": 1.0, "textureV": 1.0 } ] }, { "translate": [-1.0, 1.0, -0.2], "scale": [0.1, 3.0, 4.0], "primitives": [ { "type": "cube", "diffuse": [0.8, 0.6, 0.6], "reflective": [1.0, 1.0, 1.0] } ] } ] } ] }