diff options
| author | Ian C <ianc@noddybox.co.uk> | 2010-09-01 11:05:48 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2010-09-01 11:05:48 +0000 | 
| commit | 1bf9eed7ebb959c9d56449cc23cd22bba2a4a067 (patch) | |
| tree | 5dfbb54a9da1234714d72d8502d2ba76f6cdcf66 | |
| parent | a58c46dc5ed2ee3e8800aac9ec663224ca003b91 (diff) | |
| -rw-r--r-- | col2 | 2 | ||||
| -rw-r--r-- | test2.dat | 8 | 
2 files changed, 6 insertions, 4 deletions
| @@ -4,7 +4,7 @@ window_size 800,800;  enable solid;  enable lighting;  enable texture; -const 0.0001; +const 1;  collide shatter;  scale 1.0;  shatter 2,2.0,10.0,1000.0,20; @@ -42,12 +42,12 @@ radial	mass2,  	0;  radial	mass3, -	0, +	0.01,  	centre,  	300,  	0,  	0.50, -	0,1,0, +	0,0,1,  	0;  look centre; @@ -58,4 +58,6 @@ look_at centre;  particles 0.001,0.0,1.0; -output output.xml; +collide none; + +#output output.xml; | 
