From ff224d9e92a97c82373f3154aa86cbd3a81c5440 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 9 Jun 2001 23:13:10 +0000 Subject: [PATCH] =?UTF-8?q?Uups.=20Es=20gibt=20nur=20zwei=20Ringw=C3=BClst?= =?UTF-8?q?e,=20nicht=20zwei.=20Damit=20schaut=20das=20schon=20etwas=20ver?= =?UTF-8?q?n=C3=BCnftiger=20aus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr/ritterschiff/GNUmakefile | 2 +- pr/ritterschiff/mittelteil.pov | 70 +++++------------------------ pr/ritterschiff/test-mittelteil.pov | 4 +- 3 files changed, 14 insertions(+), 62 deletions(-) diff --git a/pr/ritterschiff/GNUmakefile b/pr/ritterschiff/GNUmakefile index 3f1439b..48e5930 100644 --- a/pr/ritterschiff/GNUmakefile +++ b/pr/ritterschiff/GNUmakefile @@ -19,7 +19,7 @@ all: \ test-ritterschiff.png: test-ritterschiff.pov \ ritterschiff.pov sporenschiff.pov mittelteil.pov - $(POVRAY) +W800 +H400 +V -I$< +L$(POVINC) +D + $(POVRAY) +W800 +H400 +V -I$< +L$(POVINC) +D +FN test-sporenschiff.png: test-sporenschiff.pov \ sporenschiff.pov diff --git a/pr/ritterschiff/mittelteil.pov b/pr/ritterschiff/mittelteil.pov index cae6af2..0286280 100644 --- a/pr/ritterschiff/mittelteil.pov +++ b/pr/ritterschiff/mittelteil.pov @@ -5,46 +5,6 @@ #debug concat("M = ", str(M, 0, 0), "\n") -#ifdef (muelltonne) - #declare mittelteil = - union { - lathe { - bezier_spline - 12 - <0, -30*L/60> - - - - - - - - - - - - - <0, +30*L/60> - texture { pigment { color <0.3, 0.3, 0.3> } } - } - torus { - R, R1 - texture { pigment { color <0.6, 0.6, 0.6> } } - translate <0, L/3, 0> - } - torus { - R, R1 - texture { pigment { color <0.6, 0.6, 0.6> } } - translate <0, 0, 0> - } - torus { - R, R1 - texture { pigment { color <0.6, 0.6, 0.6> } } - translate <0, -L/3, 0> - } - } -#end - #declare mittelteil = union { lathe { @@ -52,37 +12,29 @@ 12 <0, -30*L/60> <16*R/35, -25*L/60> - + + + + - - - - - - - + + + + <16*R/35, +25*L/60> <0, +30*L/60> - texture { pigment { color <0.3, 0.3, 0.3> } } } - torus { - 22*R/35, R1 - texture { pigment { color <0.6, 0.6, 0.6> } } - translate <0, L/3, 0> - } torus { R, R1 texture { pigment { color <0.6, 0.6, 0.6> } } - translate <0, 0, 0> + translate <0, L/6, 0> } - #if (1) torus { - 45*R/70, R1 + R, R1 texture { pigment { color <0.6, 0.6, 0.6> } } - translate <0, -L/3, 0> + translate <0, -L/6, 0> } - #end rotate <0, 0, 90> } diff --git a/pr/ritterschiff/test-mittelteil.pov b/pr/ritterschiff/test-mittelteil.pov index 031ae5b..941acf1 100644 --- a/pr/ritterschiff/test-mittelteil.pov +++ b/pr/ritterschiff/test-mittelteil.pov @@ -16,14 +16,14 @@ light_source { color White } -#local CP = <0, -1000, -5000>; +#local CP = <0, -0, -6000>; light_source { CP color White*0.5 } camera { location CP - look_at <-0, -1000, -0> + look_at <-0, -0, -0> angle 32 orthographic }