diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 01:58:49 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 01:58:58 -0500 |
| commit | 0ca7dd86d311886fc99accd5aa2b8a5382278603 (patch) | |
| tree | 0b4409f85acd4c7b5a7b5e84fcf71839440bb398 /scenefiles-4d | |
| parent | ad2a2735c936c5183bf7c0a4013a302379e403e6 (diff) | |
fix phong lighting
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 5099526..0c5901f 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, -2.0] + "direction": [0.0, -1.0, 0.0, 0.0] } ] }, |
