Set angular velocity.
[tabakrolletjie.git] / data / stations / station-alpha.json
index cf0936a1be9f48a90895c8cbe4be206566be8eeb..259a64500c9f44e617e0a7ed7af98d5fa4379348 100644 (file)
       "vertices": [
         [800, 400], [850, 400], [850, 450], [800, 450]
       ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [200, 350], [250, 350], [250, 400], [200, 400]
+      ]
     }
   ],
   "lights": [
       "colour": "red",
       "position": [700, 500],
       "direction": 90.0,
-      "spread": 45.0
+      "spread": 45.0,
+      "radius_limits": [20, 400],
+      "angle_limits": [90, 180],
+      "angular_velocity": 10,
+      "intensity": 0.8
     },
     {
       "type": "spotlight",
       "colour": "yellow",
       "position": [500, 500],
       "direction": -90.0,
-      "spread": 45.0
+      "spread": 45.0,
+      "intensity": 0.5
     }
   ]
 }