diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 02:49:03 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 02:49:03 -0500 |
| commit | 256a50ddd591223cb2cab00cc4c2be62993077da (patch) | |
| tree | b1f0bebbdecb0c72d21eeb96876337235a5df135 /scenefiles-4d | |
| parent | 87e614254bc0b1ad0f2ac28a5092c97caab09d7a (diff) | |
experiment with scene files
Diffstat (limited to 'scenefiles-4d')
| -rw-r--r-- | scenefiles-4d/five_shapes.json | 2 | ||||
| -rw-r--r-- | scenefiles-4d/unit_cube.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scenefiles-4d/five_shapes.json b/scenefiles-4d/five_shapes.json index c6c6645..18245c5 100644 --- a/scenefiles-4d/five_shapes.json +++ b/scenefiles-4d/five_shapes.json @@ -8,7 +8,7 @@ "gravity": [0.0, -0.0098, 0.0, 0.0] }, "cameraData": { - "position": [30.0, 30.0, 30.0, 30.0], + "position": [-10.0, -10.0, -10.0, -10.0], "up": [0.0, 1.0, 0.0, 0.0], "heightAngle": 30.0, "focus": [0.0, 0.0, 0.0, 0.0], diff --git a/scenefiles-4d/unit_cube.json b/scenefiles-4d/unit_cube.json index 6810d2e..6b1ee6f 100644 --- a/scenefiles-4d/unit_cube.json +++ b/scenefiles-4d/unit_cube.json @@ -13,8 +13,8 @@ "heightAngle": 30.0, "depthAngle": 30.0, "focus": [0.0, 0.0, 0.0, 0.0], - "over": [0.0, 1.0, 0.0, 0.0] - }, + "over": [0.0, 0.0, 0.0, 1.0] +}, "groups": [ { "lights": [ |
