aboutsummaryrefslogtreecommitdiff
path: root/scenefiles-4d/cube_cube_collision.json
blob: 14867fb229669ef3ff7e29fe4993a2c43a188b51 (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
60
61
62
63
64
65
66
{
  "name": "root",
  "globalData": {
    "ambientCoeff": 0.5,
    "diffuseCoeff": 0.5,
    "specularCoeff": 0.5,
    "transparentCoeff": 0,
    "gravity": [0.0, -0.0098, 0.0, 0.0]
  },
  "cameraData": {
    "position": [3.0, 3.0, 3.0, 3.0],
    "up": [0.0, 1.0, 0.0, 0.0],
    "heightAngle": 30.0,
    "depthAngle": 30.0,
    "focus": [0.0, 0.0, 0.0, 0.0],
    "over": [0.0, 0.0, 0.0, 1.0]
  },
  "groups": [
    {
      "lights": [
        {
          "type": "directional",
          "color": [1.0, 1.0, 1.0],
          "direction": [0.0, -1.0, 0.0, 0.0]
        },
        {
          "type": "directional",
          "color": [1.0, 1.0, 1.0],
          "direction": [1.0, 1.0, 3.0, 3.0]
        }
      ]
    },
    {
      "groups": [
        {
          "translate": [-1.0, 0.0, 0.0, 0.0],
          "rotate": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
          "scale": [1.0, 1.0, 1.0, 1.0],
          "primitives": [
            {
              "type": "cube",
              "diffuse": [1.0, 0.0, 0.0],
              "specular": [1.0, 1.0, 1.0],
              "shininess": 25.0,
              "velocity": [0.0, 0.0, 0.0, 0.0]
            }
          ]
        },
        {
          "translate": [5.0, 0.0, 0.0, 5.0],
          "rotate": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
          "scale": [1.0, 1.0, 1.0, 1.0],
          "primitives": [
            {
              "type": "cube",
              "diffuse": [0.0, 1.0, 0.0],
              "specular": [1.0, 1.0, 1.0],
              "shininess": 25.0,
              "velocity": [-0.1, 0.0, 0.0, -0.1]
            }
          ]
        }
      ]
    }
  ]
}