From d7570bda835d62c96e070bf6b07bab96c0ee4e26 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 21 Aug 1999 21:36:09 +0000 Subject: [PATCH] starting work on head. --- mensch/mensch.pov | 26 ++++++++++++++++++++++++++ mensch/test-kopf.pov | 35 +++++++++++++++++++++++++++++++++++ mensch/test-mensch.pov | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 mensch/test-kopf.pov diff --git a/mensch/mensch.pov b/mensch/mensch.pov index 2fa45d5..42ca2e2 100644 --- a/mensch/mensch.pov +++ b/mensch/mensch.pov @@ -66,6 +66,18 @@ #declare K_N_Y = 0.430 #declare K_N_Z = 0.040 +#declare K_HU_X = 0.000 +#declare K_HU_Y = 0.450 +#declare K_HU_Z = 0.050 +#declare K_HO_X = 0.000 +#declare K_HO_Y = 0.550 +#declare K_HO_Z = 0.050 +#declare R_H_X = 0.050 +#declare R_H_Y = 0.050 +#declare R_H_Z = 0.060 +#declare A_H_X = 0 +#declare A_H_Z = 0 + #declare mensch = blob { @@ -123,6 +135,7 @@ translate <-K_RU_X, 0, K_RU_Z> } + #if (1) // nacken sphere { <0, 0, 0> @@ -131,7 +144,20 @@ scale translate <0, K_N_Y, K_N_Z> } + #end + // hals + cylinder { + <-0, K_HU_Y, 0> + <-0, K_HO_Y, 0> + R_H_Y/BR + BS + scale + rotate <-A_H_X, 0> + rotate <0, 0, A_H_Z> + translate <-K_HU_X, 0, K_HU_Z> + texture { pigment { color Red } } + } texture { pigment { color White } } translate <0, H_BECKEN, 0> diff --git a/mensch/test-kopf.pov b/mensch/test-kopf.pov new file mode 100644 index 0000000..20cc5cb --- /dev/null +++ b/mensch/test-kopf.pov @@ -0,0 +1,35 @@ +#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 { + <-200, 200, -200> + color White +} +light_source { + <200, 200, -200> + color Red +} +light_source { + <200, 200, 200> + color Green +} +light_source { + <-200, 200, 200> + color Blue +} +camera { + location <-0.5, 0, 0.0> + look_at <-0, 0, 0> + rotate <0, 30*clock, 0> +} + +#include "kopf.pov" + +object { kopf } diff --git a/mensch/test-mensch.pov b/mensch/test-mensch.pov index 02d205d..f382f44 100644 --- a/mensch/test-mensch.pov +++ b/mensch/test-mensch.pov @@ -9,7 +9,7 @@ global_settings { ambient_light rgb<0.5, 0.5, 0.5> } light_source { - <-00, 200, 200> + <-200, 200, -200> color White }