From: <sv...@ww...> - 2004-12-15 18:14:01
|
Author: delta Date: 2004-12-15 10:13:51 -0800 (Wed, 15 Dec 2004) New Revision: 1389 Modified: trunk/CSP/CSPSim/Bin/TestObjects.py Log: * Moved the aircraft at start up to be at the bottom of the runway. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1389 Modified: trunk/CSP/CSPSim/Bin/TestObjects.py =================================================================== --- trunk/CSP/CSPSim/Bin/TestObjects.py 2004-12-15 17:27:52 UTC (rev 1388) +++ trunk/CSP/CSPSim/Bin/TestObjects.py 2004-12-15 18:13:51 UTC (rev 1389) @@ -38,7 +38,7 @@ v = SimData.Vector3 m = SimData.LLA() vehicle = app.createVehicle - vehicle("sim:vehicles.aircraft.m2k", v(-29403, -10980, 88.5), v(0, 0, 0), v(0.0, 0.0, 180.0)) + vehicle("sim:vehicles.aircraft.m2k", v(-29495, -10530, 88.5), v(0, 0, 0), v(0.0, 0.0, 180.0)) #vehicle("sim:vehicles.aircraft.m2k", v(-29413, -10980, 98.75), v(0, 100.0, 0), v(5.0, 0.0, 180.0)) #vehicle("sim:vehicles.aircraft.m2k", v(-29413, -10980, 108.75), v(0, 100.0, 0), v(5.0, 0.0, 180.0)) #vehicle("sim:vehicles.aircraft.m2k", v(-29413, -10980, 118.75), v(0, 100.0, 0), v(5.0, 0.0, 180.0)) |