1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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;
|