Hacky light rendering limited by distance and angle.
[tabakrolletjie.git] / data / stations / station-alpha.json
index 259f665ffff3fd19af2a270d9aedc725ae9469ea..b2fad618ffb368056bfa8493c5461fb258d5b6cd 100644 (file)
       "colour": "red",
       "position": [700, 500],
       "direction": 90.0,
-      "spread": 45.0
+      "spread": 45.0,
+      "radius_limits": [20, 200],
+      "angle_limits": [90, -90],
+      "intensity": 0.8
     },
     {
       "type": "spotlight",
       "colour": "yellow",
       "position": [500, 500],
       "direction": -90.0,
-      "spread": 45.0
+      "spread": 45.0,
+      "intensity": 0.5
     }
   ]
 }