diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 02:09:18 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 02:27:52 -0500 |
| commit | 7de05373a0423a24f9719b0158bc9a78e3238aef (patch) | |
| tree | 51e565dc819bbf58e8663938795354af3f0b22a3 /scenefiles-4d | |
| parent | 013eb9922e148aac7aa580b5987ae52ebac38b0d (diff) | |
small changes
Diffstat (limited to 'scenefiles-4d')
| -rw-r--r-- | scenefiles-4d/five_shapes.json | 7 | ||||
| -rw-r--r-- | scenefiles-4d/unit_sphere.json | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/scenefiles-4d/five_shapes.json b/scenefiles-4d/five_shapes.json index d198d5d..9fc54ed 100644 --- a/scenefiles-4d/five_shapes.json +++ b/scenefiles-4d/five_shapes.json @@ -8,12 +8,11 @@ "gravity": [0.0, -0.0098, 0.0, 0.0] }, "cameraData": { - "position": [0.0, 0.0, 5.0, 6.5], + "position": [3.0, 3.0, 3.0, 1.0], "up": [0.0, 1.0, 0.0, 0.0], - "heightAngle": 50.0, + "heightAngle": 30.0, "focus": [0.0, 0.0, 0.0, 0.0], - "look": [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": [ { diff --git a/scenefiles-4d/unit_sphere.json b/scenefiles-4d/unit_sphere.json index 0c5901f..1debd3f 100644 --- a/scenefiles-4d/unit_sphere.json +++ b/scenefiles-4d/unit_sphere.json @@ -22,6 +22,11 @@ "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] } ] }, |
