From 2db90bfe4b174570424c408f04000902411d8755 Mon Sep 17 00:00:00 2001 From: Joshua Baer Date: Mon, 12 Apr 2021 21:51:55 +0200 Subject: update to current state of book --- vorlesungen/slides/7/images/commutator.pov | 118 ++++++++++++++--------------- 1 file changed, 59 insertions(+), 59 deletions(-) (limited to 'vorlesungen/slides/7/images/commutator.pov') diff --git a/vorlesungen/slides/7/images/commutator.pov b/vorlesungen/slides/7/images/commutator.pov index 9ae11b9..8229a06 100644 --- a/vorlesungen/slides/7/images/commutator.pov +++ b/vorlesungen/slides/7/images/commutator.pov @@ -1,59 +1,59 @@ -// -// commutator.pov -// -// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule -// -#include "common.inc" - -sphere { O, 0.99 - pigment { - color rgbt<1,1,1,0.5> - } - finish { - specular 0.9 - metallic - } -} - -#declare filename = concat("f/", str(clock, -4, 0), ".inc"); - -#include filename - -#declare n1 = vcross(<0,1,0>, finalXY); -#declare n2 = vcross(<0,1,0>, finalYX); - -intersection { - sphere { O, 1 } - plane { -n1, 0 } - plane { n2, 0 } - pigment { - color rgb<0,0.4,0.1> - } - finish { - specular 0.9 - metallic - } -} - -union { - XYkurve() - pigment { - color Red - } - finish { - specular 0.9 - metallic - } -} - -union { - YXkurve() - pigment { - color Blue - } - finish { - specular 0.9 - metallic - } -} - +// +// commutator.pov +// +// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +// +#include "common.inc" + +sphere { O, 0.99 + pigment { + color rgbt<1,1,1,0.5> + } + finish { + specular 0.9 + metallic + } +} + +#declare filename = concat("f/", str(clock, -4, 0), ".inc"); + +#include filename + +#declare n1 = vcross(<0,1,0>, finalXY); +#declare n2 = vcross(<0,1,0>, finalYX); + +intersection { + sphere { O, 1 } + plane { -n1, 0 } + plane { n2, 0 } + pigment { + color rgb<0,0.4,0.1> + } + finish { + specular 0.9 + metallic + } +} + +union { + XYkurve() + pigment { + color Red + } + finish { + specular 0.9 + metallic + } +} + +union { + YXkurve() + pigment { + color Blue + } + finish { + specular 0.9 + metallic + } +} + -- cgit v1.2.1