aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/nav/images/dreieck3d2.pov
blob: c23a54c0f84922ac698cafc44c0206c3af1317f3 (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
//
// dreiecke3d.pov
//
// (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#include "common.inc"

union {
	seite(A, B, fett)
	seite(B, C, fett)
	seite(A, C, fett)
	punkt(A, fett)
	punkt(B, fett)
	punkt(C, fett)
	punkt(P, fine)
	seite(B, P, fine)
	seite(C, P, fine)
	pigment {
		color dreieckfarbe
	}
	finish {
		specular 0.95
		metallic
	}
}