diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 05:26:53 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 05:27:12 -0500 |
| commit | 9ea707d34516c710df413d23d5936e99099e837a (patch) | |
| tree | 599f0950a4729afe0ed8d25c87a36d0035bbc70a /scenefiles-4d | |
| parent | a4811279e86928181efc24785c336ee92299369e (diff) | |
debug
Diffstat (limited to 'scenefiles-4d')
| -rw-r--r-- | scenefiles-4d/five_shapes.json | 2 | ||||
| -rw-r--r-- | scenefiles-4d/sphere_collision.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scenefiles-4d/five_shapes.json b/scenefiles-4d/five_shapes.json index 18245c5..c6c6645 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": [-10.0, -10.0, -10.0, -10.0], + "position": [30.0, 30.0, 30.0, 30.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/sphere_collision.json b/scenefiles-4d/sphere_collision.json index 415ec08..8cfe904 100644 --- a/scenefiles-4d/sphere_collision.json +++ b/scenefiles-4d/sphere_collision.json @@ -33,9 +33,9 @@ { "groups": [ { - "translate": [0.0, 0.0, 0.0, 0.0], + "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], + "scale": [1.0, 2.0, 1.0, 1.0], "primitives": [ { "type": "sphere", |
