From 6ee6a7b0cf91469c7a79827293b8e3b880a6a0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 24 May 2022 11:45:50 +0200 Subject: add C++ program to compute the surface --- buch/papers/kugel/images/spherecurve.pov | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buch/papers/kugel/images/spherecurve.pov') 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 } -- cgit v1.2.1