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 /col3 | |
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 'col3')
-rw-r--r-- | col3 | 64 |
1 files changed, 64 insertions, 0 deletions
@@ -0,0 +1,64 @@ +camera 0.0, 0.0, 0.0, 0.0; + +enable solid; +enable lighting; +disable texture; + +collide shatter; + +shatter 2,1.0,10.0,1000.0,100; + +#max_mass 100; + +const 0.0001; +scale 10.0; + + +body Sun, + 2000.0, + 0.0,0.0,-1000.0, + 0.0,0.0,0.0, + 0.0,0.1,0.0, + 0.0; + + +plane xy; + + +multiple Belt A, + 4, + 30.0, + 0.0, + Sun, + 500.0, + 0.0, + 0.0, + 90.0, + 3.5, + 0.0, + 1.0,1.0,1.0, + 0.0; + + +multiple Belt B, + 4, + 30.0, + 0.0, + Sun, + 500.0, + 0.0, + 45.0, + 90.0, + -3.5, + 0.0, + 1.0,1.0,1.0, + 0.0; + +light Sun,1.0,1.0,1.0; + +look Sun; + +look_at Sun; + +#particles 0.01,0.00,1; +sparks 20,0.1,0.00,10,2; |