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