summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/sphere-tests-expected.txt
blob: a672c23c83f6b6b4033114f79e0f1f8f6fd1ab68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
group() {
	sphere($fn = 0, $fa = 12, $fs = 1, r = 5);
	multmatrix([[1, 0, 0, 0], [0, 1, 0, 12], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 5, $fs = 0.5, r = 5);
	}
	multmatrix([[1, 0, 0, 12], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 0, $fa = 12, $fs = 1, r = 6);
	}
	multmatrix([[1, 0, 0, 12], [0, 1, 0, 12], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		sphere($fn = 5, $fa = 12, $fs = 1, r = 6);
	}
}
contact: Jan Huwald // Impressum