diff options
Diffstat (limited to 'scenefiles-4d/unit_cone.json')
| -rw-r--r-- | scenefiles-4d/unit_cone.json | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/scenefiles-4d/unit_cone.json b/scenefiles-4d/unit_cone.json index 42bf44b..641a945 100644 --- a/scenefiles-4d/unit_cone.json +++ b/scenefiles-4d/unit_cone.json @@ -21,7 +21,32 @@ { "type": "directional", "color": [1.0, 1.0, 1.0], - "direction": [-3.0, -2.0, -1.0, 0.0] + "direction": [3.0, 3.0, 3.0, 3.0] + }, + { + "type": "directional", + "color": [1.0, 0.0, 0.0], + "direction": [3.0, -3.0, 3.0, -3.0] + }, + { + "type": "directional", + "color": [0.0, 0.0, 1.0], + "direction": [-3.0, 3.0, 3.0, -3.0] + }, + { + "type": "directional", + "color": [1.0, 0.0, 1.0], + "direction": [-3.0, -3.0, -3.0, -3.0] + }, + { + "type": "directional", + "color": [1.0, 1.0, 0.0], + "direction": [-3.0, -3.0, 3.0, 3.0] + }, + { + "type": "directional", + "color": [0.0, 1.0, 1.0], + "direction": [3.0, 3.0, -3.0, -3.0] } ] }, @@ -34,7 +59,7 @@ "primitives": [ { "type": "cone", - "diffuse": [1.0, 0.0, 0.0], + "diffuse": [1.0, 1.0, 1.0], "specular": [1.0, 1.0, 1.0], "shininess": 25.0, "velocity": [0.0, 0.0, 0.0, 0.0] |
