diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 01:30:52 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 01:30:52 -0500 |
| commit | 07776876eb4638a224fd332944ce9ddca1f5a592 (patch) | |
| tree | 1fbe79ac2b7dfc70d5963c7b9928e2f09910c00e /scenefiles-4d | |
| parent | c6f2be2fed772f300c0cdfe59a4a8a2733d15574 (diff) | |
hardcode the camera depth to where a result is shown
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 f4a7546..5099526 100644 --- a/scenefiles-4d/unit_sphere.json +++ b/scenefiles-4d/unit_sphere.json @@ -21,7 +21,7 @@ { "type": "directional", "color": [1.0, 1.0, 1.0], - "direction": [-3.0, -2.0, -1.0, 0.0] + "direction": [-3.0, -2.0, -1.0, -2.0] } ] }, |
