From cf8db2ea4d1d47938f4cfbb32cd000fc46f5f296 Mon Sep 17 00:00:00 2001 From: hjp Date: Sun, 17 Feb 2002 21:30:10 +0000 Subject: [PATCH] Added scene sol-ortho --- pr/sol/sol-ortho.pov | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pr/sol/sol-ortho.pov diff --git a/pr/sol/sol-ortho.pov b/pr/sol/sol-ortho.pov new file mode 100644 index 0000000..2643e2c --- /dev/null +++ b/pr/sol/sol-ortho.pov @@ -0,0 +1,32 @@ +/* + * SOL mit orthographischer Kamera genau von der Seite + */ +#include "colors.inc" +#include "shapes.inc" +#include "textures.inc" +#include "metals.inc" +#include "stones.inc" + +global_settings { + assumed_gamma 1.0 + //ambient_light rgb<0.5, 0.5, 0.5> +} + +light_source { + <-2000, 2000, -2000> + color White +} +camera { + orthographic + location <0, 0, -10000> + look_at <0, 0, 0> + right <0, 4000, 0> + up <3000, 0, 0> +} + +#include "sol.pov" + +object { + Sol +} +