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. --- test1.dat | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test1.dat') diff --git a/test1.dat b/test1.dat index d98a851..0797326 100644 --- a/test1.dat +++ b/test1.dat @@ -9,13 +9,13 @@ disable texture; collide none; -const 0.001; +const 1; scale 10; body centre, - 100, + 1000, 0,0,0, 0,0,0, 1,1,1, @@ -27,7 +27,7 @@ light centre,1,1,1; plane xy; radial mass1, - 1, + 10, centre, 500, 90, @@ -36,7 +36,7 @@ radial mass1, 0; radial mass2, - 2, + 20, centre, 500, 270, @@ -49,3 +49,5 @@ look mass1; look mass2; look_at centre; + +particles 0.0001,0.0,1.0; -- cgit v1.2.3