Only POV/rendering changes.

This commit is contained in:
hjp 2007-12-23 16:38:01 +00:00
parent 8e16393aa5
commit 37d3aa133f
6 changed files with 30 additions and 4 deletions

View File

@ -3,6 +3,7 @@ include GNUmakevars
all: \
test-ortung.png \
test-rounded_box.png \
test-zentrale.png \
test-kabine.png \
@ -15,6 +16,7 @@ all: \
test-deck_15.png \
test-deck_14.png \
test-deck_13.png \
test-deck_12.png \
test-deck_18.png \
test-deck_01.png \
test-sonden_hangar.png \
@ -25,6 +27,8 @@ all: \
test-konturensitz.png \
test-polgeschuetz.png \
test-shift.png \
test-triebwerk.png \
test-ringwulst.png \
test-schneller_kreuzer.png \
@ -49,6 +53,7 @@ test-schneller_kreuzer.png: test-schneller_kreuzer.pov \
deck_19.pov ein-mann-jaeger.pov deck_18.pov deck_17.pov \
deck_16.pov deck_15.pov deck_14.pov deck_13.pov \
speicherbank.pov andruckabsorber.pov \
ringwulst.pov triebwerk.pov \
deck_01.pov shift.pov \
@ -75,6 +80,14 @@ test-deck_13.png: test-deck_13.pov \
T_bodenbelag.pov \
zentrale.pov
test-deck_12.png: test-deck_12.pov \
huelle.pov \
deck_12.pov \
kabine.pov \
kabine4.pov \
T_bodenbelag.pov \
ortung.pov
test-speicherbank.png: test-speicherbank.pov \
speicherbank.pov \
@ -108,5 +121,13 @@ test-deck_01.png: test-deck_01.pov \
deck_01.pov \
shift.pov \
test-triebwerk.png: test-triebwerk.pov triebwerk.pov
test-ringwulst.png: test-ringwulst.pov ringwulst.pov triebwerk.pov
test-ortung.png: test-ortung.pov \
ortung.pov \
rounded_box.pov \
%.gif: %.ppm
ppmquant 256 $< | ppmtogif > $@

View File

@ -12,6 +12,7 @@
#declare T_arkonstahl =
texture {
pigment { color red 0.4 green 0.4 blue 0.8}
/*
finish {
metallic
ambient 0.0
@ -21,6 +22,7 @@ texture {
specular 0.7
roughness 1/60
}
*/
}

View File

@ -1,6 +1,6 @@
+MB5
+Q9
+A
+MB5
+HTN
+fp +w640 +h480 +d1
display_gamma = 2.2

View File

@ -5,6 +5,7 @@
#include "stones.inc"
#declare SCHNITT_1 = 1; // Quadrant -/*/-
#declare SHOW_Y_AXIS = 0;
global_settings {
assumed_gamma 1.0
@ -16,14 +17,14 @@ light_source {
color White
}
#local CP = <-100, 200, -100>;
#local CP = <-16, 10, -10>;
light_source {
CP
color White*0.5
}
camera {
location CP
look_at <-0, 15, -0>
look_at <-6, 10, -0>
angle 20
}
@ -54,11 +55,13 @@ cone {
pigment { color <1, 0, 0> }
}
#if (SHOW_Y_AXIS)
cone {
<0, 0, 0>, 0
<0, 1000, 0>, 10
pigment { color <0, 1, 0> }
}
#end
cone {
<0, 0, 0>, 0

View File

@ -17,7 +17,7 @@ light_source {
color White
}
#local CP = <-200, 250, -100>;
#local CP = <-150, 150, -100>;
light_source {
CP
color White*0.5