aboutsummaryrefslogtreecommitdiff
path: root/scenefiles/illuminate/required/texture_tests/texture_sphere.json
blob: 213cc4ef6d8d352c03a563ac7b94aea40117ff65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "name": "root",
  "globalData": {
    "ambientCoeff": 0.5,
    "diffuseCoeff": 0.5,
    "specularCoeff": 0.5,
    "transparentCoeff": 1
  },
  "cameraData": {
    "position": [-7.0, 0.0, 0.0],
    "up": [0.0, 1.0, 0.0],
    "focus": [0, 0, 0],
    "heightAngle": 30.0,
    "aperture": 0.01,
    "focalLength": 3.0
  },
  "groups": [
    {
      "translate": [1.0, 10.0, 10.0],
      "lights": [
        {
          "type": "point",
          "color": [0.8, 0.1, 0.2],
          "attenuationCoeff": [1.0, 0.0, 0.0]
        }
      ]
    },
    {
      "translate": [1.0, -10.0, -10.0],
      "lights": [
        {
          "type": "point",
          "color": [0.1, 0.4, 0.8],
          "attenuationCoeff": [1.0, 0.0, 0.0]
        }
      ]
    },
    {
      "groups": [
        {
          "rotate": [0.0, 0.0, 1.0, -45.0],
          "primitives": [
            {
              "type": "sphere",
              "diffuse": [1.0, 1.0, 1.0],
              "specular": [1.0, 1.0, 1.0],
              "shininess": 30.0,
              "reflective": [0.9, 0.9, 0.9],
              "blend": 1.0,
              "textureFile": "textures/board.png",
              "textureU": 4.0,
              "textureV": 4.0
            }
          ]
        }
      ]
    }
  ]
}