aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/090-pde/kugel/spherical32.pov
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/090-pde/kugel/spherical32.pov')
-rw-r--r--buch/chapters/090-pde/kugel/spherical32.pov11
1 files changed, 11 insertions, 0 deletions
diff --git a/buch/chapters/090-pde/kugel/spherical32.pov b/buch/chapters/090-pde/kugel/spherical32.pov
new file mode 100644
index 0000000..6cb20c8
--- /dev/null
+++ b/buch/chapters/090-pde/kugel/spherical32.pov
@@ -0,0 +1,11 @@
+//
+// spherical30.pov
+//
+// (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+//
+
+#version 3.7;
+#include "common.inc"
+
+kugelflaeche(2, 0.001, PositiveColor)
+kugelflaeche(2, -0.001, NegativeColor)