diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-05-02 19:12:46 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-05-02 19:12:46 +0000 |
commit | 99778e9b85bd4a16a9055587a273446068577100 (patch) | |
tree | 5bd5c5a0fb48f52f306a2a8b19de200800ada7df /col1 | |
parent | f77e2736cea27ddbcaa44ffb28b326846891029e (diff) |
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'col1')
-rw-r--r-- | col1 | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -0,0 +1,50 @@ +camera 0.0, 0.0, 0.0, 0.0; +enable solid; +enable lighting; +disable texture; +const 0.00001; +collide shatter; +scale 10.0; +shatter 10,5.0,50.0,100.0,50; + +max_mass 30; + +body Sun, + 300.0, + 0.0,0.0,-1000.0, + 0.0,0.0,0.0, + 1.0,1.0,0.0, + 0.0; + +body Planet, + 50.0, + 500.0,0.0,-1000.0, + 0.1,0.0,0.0, + 1.0,1.0,1.0, + 1.0; + +multiple Belt, + 10, + 70.0, + 0.0, + Sun, + 300.0, + 0.0, + 0.0, + 30.0, + 1.5, + 0.0, + 1.0,1.0,1.0, + 0.0; + +light Sun,1.0,1.0,1.0; + + +look Sun; +look Planet; +mlook Belt,10; + +#travel_as Planet; +look_at Sun; + +particles 0.005,0.0,1; |