From 99778e9b85bd4a16a9055587a273446068577100 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 2 May 2006 19:12:46 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- col2 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 col2 (limited to 'col2') diff --git a/col2 b/col2 new file mode 100644 index 0000000..eceae78 --- /dev/null +++ b/col2 @@ -0,0 +1,52 @@ +camera -20.0, 0.0, -1800.0, 0.0; +#camera 0.0, 0.0, -1900.0, 0.0; +window_size 800,800; +enable solid; +enable lighting; +enable texture; +const 0.0001; +collide shatter; +scale 1.0; +shatter 2,2.0,10.0,1000.0,20; +max_mass 100; + +body O1, + 200.0, + 0.0,0.0,-2000.0, + 0.0,0.0,0.0, + 1.0,1.0,0.0, + 0.0; + +body O2, + 20.0, + 0.1,0.0,-1000.0, + 0.0,0.0,-2.0, + 1.0,1.0,1.0, + 1.0; + +body O3, + 0.1, + 100.0,0.0,-1500.0, + 0.0,0.0,0.0, + 1.0,1.0,1.0, + 1.0; + +light O1,1.0,1.0,1.0; + +look O1; +look O2; +look O3; + +look_at O1; +travel_as O3; + +particles 0.005,0.0,1.0; +sparks 20,0.02,0.0,2,2.0; + +#num_texture 1; +#texture O2,moon.raw,256,256; +#reuse O3,O2; + +ring O1,2.0,4.0,1.0,1.0,1.0,0.8,0,110; + +fog 1000.0,0.2,0,0,yes; -- cgit v1.2.3