summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/sphere-tests-expected.csg
blob: 783b7e834f977d5d53ca2d7d1b54d6346f0e150a (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
group() {
	sphere($fn = 0, $fa = 12, $fs = 2, r = 1);
	multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 12, $fs = 2, r = 0);
	}
	multmatrix([[1, 0, 0, 0], [0, 1, 0, 11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 0], [0, 1, 0, -11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 11], [0, 1, 0, -11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 5, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 11], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 10, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 11], [0, 1, 0, 11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 15, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 22], [0, 1, 0, -11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 20, $fs = 0.3, r = 5);
	}
	multmatrix([[1, 0, 0, 22], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 30, $fs = 0.3, r = 5);
	}
	multmatrix([[1, 0, 0, 22], [0, 1, 0, 11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 40, $fs = 0.3, r = 5);
	}
	multmatrix([[1, 0, 0, 11], [0, 1, 0, 22], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0.1, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 33], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
	}
	multmatrix([[1, 0, 0, 33], [0, 1, 0, 11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
	}
}
contact: Jan Huwald // Impressum