From 7055586f2922fc48cbc73b8f60c59c1d03acd58d Mon Sep 17 00:00:00 2001 From: hjp Date: Sun, 23 Dec 2007 19:12:29 +0000 Subject: [PATCH] Testfile fuer Ringwulst --- pr/schneller_kreuzer/test-ringwulst.pov | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pr/schneller_kreuzer/test-ringwulst.pov diff --git a/pr/schneller_kreuzer/test-ringwulst.pov b/pr/schneller_kreuzer/test-ringwulst.pov new file mode 100644 index 0000000..cfc88db --- /dev/null +++ b/pr/schneller_kreuzer/test-ringwulst.pov @@ -0,0 +1,48 @@ +#include "colors.inc" +#include "shapes.inc" +#include "textures.inc" +#include "metals.inc" +#include "stones.inc" + +#declare SCHNITT_1 = 1; // Quadrant -/*/- + +global_settings { + assumed_gamma 1.0 + ambient_light rgb<0.5, 0.5, 0.5> +} +background { color rgb<0.2, 0.4, 0.8> } +light_source { + <200, 200, -00> + color White +} +light_source { + <200, 120, -171> + color White*0.5 +} +camera { + //orthographic + location <-100, 100, -100> + look_at <0, 0, 0> + angle 40 +} + +#include "ringwulst.pov" + +object { + ringwulst +} + + +cylinder { + <0, 0, 0>, + <0, -1, 0>, 1000 + pigment { + radial + color_map{ + [0.1 rgb 0.1 ] + [0.1 White] + } + frequency 16 + } + translate <0, -10, 0> +}