From af34bad8b39e95276b0d4e08ccdc26f89df2d2ec Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 19 Aug 2010 13:24:37 +0000 Subject: Updates to maths and added the use of a 3D vector. --- test2.dat | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'test2.dat') diff --git a/test2.dat b/test2.dat index 48b7c27..9771de3 100644 --- a/test2.dat +++ b/test2.dat @@ -1,6 +1,3 @@ -# For this test the two objects should orbit around the centre with the same -# acceleration, independent of their mass. -# camera 0.0, 0.0, -1000.0, 0.0; enable solid; @@ -9,13 +6,13 @@ disable texture; collide none; -const 0.001; +const 0.1; -scale 10; +scale 5; body centre, - 100, + 1000, 0,0,0, 0,0,0, 1,1,1, @@ -31,16 +28,16 @@ radial mass1, centre, 300, 90, - 1, + 0.50, 1,0,0, 0; radial mass2, - 2, + 20, centre, 300, 270, - 1, + 0.50, 0,1,0, 0; @@ -50,4 +47,4 @@ look mass2; look_at centre; -particles 0.0001,0.0,1.0; +particles 0.001,0.0,1.0; -- cgit v1.2.3