summaryrefslogtreecommitdiff
path: root/examples/example011.scad
blob: f35af058e4d070e964a74539d4a047903538075f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
polyeder(
	points = [
		[10, 0, 0],
		[0, 10, 0],
		[-10, 0, 0],
		[0, -10, 0],
		[0, 0, 10]
	],
	triangles = [
		[0, 1, 2, 3],
		[4, 1, 0],
		[4, 2, 1],
		[4, 3, 2],
		[4, 0, 3]
	]
);
contact: Jan Huwald // Impressum