aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/images/spherecurve.pov
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-05-24 11:45:50 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-05-24 11:45:50 +0200
commit6ee6a7b0cf91469c7a79827293b8e3b880a6a0aa (patch)
tree99c6f23a3f2242653e610ec74e4b446f08db2c3f /buch/papers/kugel/images/spherecurve.pov
parentnew spherical graph (diff)
downloadSeminarSpezielleFunktionen-6ee6a7b0cf91469c7a79827293b8e3b880a6a0aa.tar.gz
SeminarSpezielleFunktionen-6ee6a7b0cf91469c7a79827293b8e3b880a6a0aa.zip
add C++ program to compute the surface
Diffstat (limited to '')
-rw-r--r--buch/papers/kugel/images/spherecurve.pov4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/kugel/images/spherecurve.pov b/buch/papers/kugel/images/spherecurve.pov
index 86c3745..b1bf4b8 100644
--- a/buch/papers/kugel/images/spherecurve.pov
+++ b/buch/papers/kugel/images/spherecurve.pov
@@ -11,12 +11,12 @@ global_settings {
assumed_gamma 1
}
-#declare imagescale = 0.14;
+#declare imagescale = 0.13;
camera {
location <10, 10, -40>
look_at <0, 0, 0>
- right 16/9 * x * imagescale
+ right x * imagescale
up y * imagescale
}