summaryrefslogtreecommitdiff
path: root/examples/example011.scad
blob: c11e65b01cb445e34e0974c23c44be925d0877a2 (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