diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 00:51:26 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 00:51:26 -0500 |
| commit | c6f2be2fed772f300c0cdfe59a4a8a2733d15574 (patch) | |
| tree | 9006395c9d5d80e381cb626fcd0083da83d07fb9 /scenefiles-4d | |
| parent | c6fde36de2d02e487d86e3d04393a1b9e1661d97 (diff) | |
fixing rays directions 4d
Diffstat (limited to 'scenefiles-4d')
| -rw-r--r-- | scenefiles-4d/unit_sphere.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenefiles-4d/unit_sphere.json b/scenefiles-4d/unit_sphere.json index 500b8fc..f4a7546 100644 --- a/scenefiles-4d/unit_sphere.json +++ b/scenefiles-4d/unit_sphere.json @@ -13,7 +13,7 @@ "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": [ { |
