diff data/ST/make_stage.py @ 121:1bc0ad774ed4

More impressive data, use a wider range of things, and document things!
author Thibaut Girka <thib@sitedethib.com>
date Fri, 09 Sep 2011 21:36:53 +0200
parents 4300a832f033
children 016f6b937893
line wrap: on
line diff
--- a/data/ST/make_stage.py
+++ b/data/ST/make_stage.py
@@ -30,6 +30,8 @@ instances = [(0, 0.0, -46*3*-1, 0.0),
              (0, 0.0, -46*3*6, 0.0),
              (0, 0.0, -46*3*7, 0.0),
              (0, 0.0, -46*3*8, 0.0),
+             (0, 0.0, -46*3*9, 0.0),
+             (0, 0.0, -46*3*10, 0.0),
              #Trees
              (1, 40.0, -46*3*1, -50.0),
              (1, 40.0, -46*3*2, -50.0),
@@ -37,6 +39,8 @@ instances = [(0, 0.0, -46*3*-1, 0.0),
              (1, 40.0, -46*3*4, -50.0),
              (1, 40.0, -46*3*5, -50.0),
              (1, 40.0, -46*3*6, -50.0),
+             (1, 40.0, -46*3*7, -50.0),
+             (1, 40.0, -46*3*8, -50.0),
 
              (1, 40.0+40, -46*3*1-20, -50.0),
              (1, 40.0+40, -46*3*2-20, -50.0),
@@ -44,6 +48,8 @@ instances = [(0, 0.0, -46*3*-1, 0.0),
              (1, 40.0+40, -46*3*4-20, -50.0),
              (1, 40.0+40, -46*3*5-20, -50.0),
              (1, 40.0+40, -46*3*6-20, -50.0),
+             (1, 40.0+40, -46*3*7-20, -50.0),
+             (1, 40.0+40, -46*3*8-20, -50.0),
 
              (2, 192*2-30-40.0, -46*3*1, -50.0),
              (2, 192*2-30-40.0, -46*3*2, -50.0),
@@ -51,13 +57,17 @@ instances = [(0, 0.0, -46*3*-1, 0.0),
              (2, 192*2-30-40.0, -46*3*4, -50.0),
              (2, 192*2-30-40.0, -46*3*5, -50.0),
              (2, 192*2-30-40.0, -46*3*6, -50.0),
+             (2, 192*2-30-40.0, -46*3*7, -50.0),
+             (2, 192*2-30-40.0, -46*3*8, -50.0),
 
              (2, 192*2-30-40.0-50.0, -46*3*1-20, -50.0),
              (2, 192*2-30-40.0-50.0, -46*3*2-20, -50.0),
              (2, 192*2-30-40.0-50.0, -46*3*3-20, -50.0),
              (2, 192*2-30-40.0-50.0, -46*3*4-20, -50.0),
              (2, 192*2-30-40.0-50.0, -46*3*5-20, -50.0),
-             (2, 192*2-30-40.0-50.0, -46*3*6-20, -50.0)]
+             (2, 192*2-30-40.0-50.0, -46*3*6-20, -50.0),
+             (2, 192*2-30-40.0-50.0, -46*3*7-20, -50.0),
+             (2, 192*2-30-40.0-50.0, -46*3*8-20, -50.0)]
 
 
 # Bounding boxes
@@ -83,8 +93,9 @@ stage.object_instances = instances
 stage.script = [(0, 1, (50, 0, 50, 300.0, 800.0)),
                 (0, 2, (0.0, 400.0, 0.3)),
                 (0, 0, (0.0, 0.0, 0.0)),
-                (1600, 0, (0.0, -600.0, 0.0)),
-                (6500, 0, (0.0, -600.0, 0.0))]
+                (2100, 0, (0.0, -800.0, 0.0)),
+                (3200, 0, (0.0, 0.0, 0.0)),
+                (6500, 0, (0.0, 0.0, 0.0))]
 
 with open('stage1.std', 'wb') as file:
     stage.write(file)