diff options
-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; |