summaryrefslogtreecommitdiff
path: root/test1.dat
blob: d98a8511348351b5b0bdf2270f86a50380cc999f (plain)
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
# For this test the two objects should fall into the centre with the same
# acceleration, independent of their mass.
#
camera 0.0, 0.0, -1000.0, 0.0;

enable solid;
enable lighting;
disable texture;

collide none;

const 0.001;

scale 10;


body 	centre,
	100,
	0,0,0,
	0,0,0,
	1,1,1,
	0;

light centre,1,1,1;


plane xy;

radial	mass1,
	1,
	centre,
	500,
	90,
	0,
	1,0,0,
	0;

radial	mass2,
	2,
	centre,
	500,
	270,
	0,
	0,1,0,
	0;

look centre;
look mass1;
look mass2;

look_at centre;