Improved engine jets.

Turned them on for orthogonal view
This commit is contained in:
hjp 2002-02-18 11:47:10 +00:00
parent 7181e7e57a
commit 9dbcf8b6c6
3 changed files with 13 additions and 6 deletions

View File

@ -46,7 +46,7 @@ sol-im-leerraum.ppm: sol-im-leerraum.pov sol.pov sz.pov mittelstueck.pov \
$(POVRAY) +L$(POVINC) +V -I$< +FP $(POVRAY) +L$(POVINC) +V -I$< +FP
sol-ortho.ppm: sol-ortho.pov sol.pov sz.pov mittelstueck.pov \ sol-ortho.ppm: sol-ortho.pov sol.pov sz.pov mittelstueck.pov \
ynkelonium_texture.pov Triebwerk.pov ynkelonium_texture.pov Triebwerk.pov ringwulst.pov
%.gif: %.ppm %.gif: %.ppm

View File

@ -141,8 +141,13 @@
#if (Ringwulst_Triebwerk_An) #if (Ringwulst_Triebwerk_An)
#local i = 0; #local i = 0;
#while (i < 360) #while (i < 360)
intersection {
cylinder { cylinder {
<0, 0, 0> <1, 0, 0> 1 <0, 0, 0> <1, 0, 0> 1
}
sphere {
<0, 0, 0>, 1
}
hollow on hollow on
pigment { rgbt 1.0 } pigment { rgbt 1.0 }
interior { interior {
@ -158,7 +163,7 @@
} }
} }
} }
scale <250, 60, 60> scale <500, 60, 60>
translate <350, 0, 0> translate <350, 0, 0>
rotate <0, 0, Ringwulst_Triebwerk_An> rotate <0, 0, Ringwulst_Triebwerk_An>
translate <R1, 0, 0> translate <R1, 0, 0>

View File

@ -7,13 +7,15 @@
#include "metals.inc" #include "metals.inc"
#include "stones.inc" #include "stones.inc"
#declare Ringwulst_Triebwerk_An = -45;
global_settings { global_settings {
assumed_gamma 1.0 assumed_gamma 1.0
//ambient_light rgb<0.5, 0.5, 0.5> ambient_light rgb<0.0, 0.0, 0.0>
} }
light_source { light_source {
<-2000, 2000, -2000> <20000, -20000, -20000>
color White color White
} }
camera { camera {