VERSION 2

SPAMTRAK	// Name of this drone, for cross-referencing porpoises

TRAIN

300			// Mass (tonnes)
50, 50, 25	// Centre of mass, as %age distance from front, left, bottom (woof)

smooth		// Cornering (smooth/sharp)

constant	// Speed (constant/variable) -
			// if constant, must be followed by ONE number (the speed),
			// if variable, must be followed by THREE numbers on separate lines (accel, max speed, min speed)
//	0.2		// Max accel (BRU/s/s, 1 BRU/s = 15mph approx.) 
	6.0		// Max speed (BRU/s)
//	0.2		// Min speed (BRU/s)

0			// Crushability (0 = no crushing, 0.5 average softness, 1.0 very soft, 2.0 extremely soft) - 
			// if not 0 (zero) then must be followed by three lines of 2 values

respawn		// Ability to be resurrected after twattage (respawn / norespawn)

inline		// orientation relative to path incline: inline (car, plane), vertical (cable car)

always		// Processing - 'always' or 'distance'

// If zero between these two lines, a box based on the actor-to-bounds will be used instead

START OF BOUNDING SHAPES

6					// number of shapes

polyhedron                  // Type1
8
-0.544,0.001,-17.78  // L B F      
0.544,0.001,-17.78   // R B F      
0.544,1.419,-17.78    // R T F       
-0.544,1.419,-17.78   // L T F       

-0.544,0.001,-12.08   // L B R      
0.544,0.001,-12.08    // R B R      
0.544,1.419,-12.08    // R T R      
-0.544,1.419,-12.08   // L T R 

polyhedron                  // Type2
8
-0.544,0.001,-11.92  // L B F      
0.544,0.001,-11.92   // R B F      
0.544,0.429,-11.92    // R T F       
-0.544,0.429,-11.92   // L T F       

-0.544,0.001, 20.456   // L B R      
0.544,0.001, 20.456    // R B R      
0.544,0.429, 20.456    // R T R      
-0.544,0.429, 20.456   // L T R 

polyhedron                  // Type3
8
-0.414,0.354,-11.14  // L B F      
0.414,0.354,-11.14   // R B F      
0.414,1.433,-11.14    // R T F       
-0.414,1.433,-11.14   // L T F       

-0.414,0.354,-7.07   // L B R      
0.414,0.354,-7.07    // R B R      
0.414,1.433,-7.07    // R T R      
-0.414,1.433,-7.07   // L T R 

polyhedron                  // Type4
8
-0.414,0.354,-0.33  // L B F      
0.414,0.354,-0.33   // R B F      
0.414,1.433,-0.33    // R T F       
-0.414,1.433,-0.33   // L T F       

-0.414,0.354, 3.74   // L B R      
0.414,0.354, 3.74    // R B R      
0.414,1.433, 3.74    // R T R      
-0.414,1.433, 3.74   // L T R 

polyhedron                  // Type5
8
-0.414,0.354, 5.06  // L B F      
0.414,0.354, 5.06   // R B F      
0.414,1.433, 5.06    // R T F       
-0.414,1.433, 5.06   // L T F       

-0.414,0.354, 9.13   // L B R      
0.414,0.354, 9.13    // R B R      
0.414,1.433, 9.13    // R T R      
-0.414,1.433, 9.13   // L T R 

polyhedron                  // Type6
8
-0.414,0.354, 15.86  // L B F      
0.414,0.354, 15.86   // R B F      
0.414,1.433, 15.86    // R T F       
-0.414,1.433, 15.86   // L T F       

-0.414,0.354, 19.94   // L B R      
0.414,0.354, 19.94    // R B R      
0.414,1.433, 19.94    // R T R      
-0.414,1.433, 19.94   // L T R 

END OF BOUNDING SHAPES

START OF FUNKYGROOVY STUFF
END OF FUNKYGROOVY STUFF
