Even more semicolons for povray 3.5 compatibility.

This commit is contained in:
hjp 2002-02-18 04:52:49 +00:00
parent 31a107099e
commit 7181e7e57a
4 changed files with 9 additions and 9 deletions

View File

@ -23,8 +23,8 @@ camera {
#include "bmpeople.inc" #include "bmpeople.inc"
#include "lft.cdf" #include "lft.cdf"
#declare i = 5900 #declare i = 5900;
#declare rand1 = seed(0) #declare rand1 = seed(0);
#while (i < 6000) #while (i < 6000)
#debug concat ("\nMensch: ", str(i, 0, 0)) #debug concat ("\nMensch: ", str(i, 0, 0))
#declare Schritt = (rand(rand1) * 0.7 + 0.3) * #declare Schritt = (rand(rand1) * 0.7 + 0.3) *

View File

@ -20,8 +20,8 @@ camera {
orthographic orthographic
location <0, 0, -10000> location <0, 0, -10000>
look_at <0, 0, 0> look_at <0, 0, 0>
right <0, 4000, 0> right <0, 8000, 0>
up <3000, 0, 0> up <6000, 0, 0>
} }
#include "sol.pov" #include "sol.pov"

View File

@ -18,13 +18,13 @@ camera {
look_at <0, 1, 0> look_at <0, 1, 0>
} }
#declare rand1 = seed(0) #declare rand1 = seed(0);
#declare Mensch_Schritt = rand(rand1) * 30 - 15 #declare Mensch_Schritt = rand(rand1) * 30 - 15;
#declare Mensch_Farbe_Jacke = #declare Mensch_Farbe_Jacke =
color <rand(rand1), rand(rand1), rand(rand1)> color <rand(rand1), rand(rand1), rand(rand1)>;
#declare Mensch_Farbe_Hose = #declare Mensch_Farbe_Hose =
color <rand(rand1), rand(rand1), rand(rand1)> color <rand(rand1), rand(rand1), rand(rand1)>;
#include "mensch.pov" #include "mensch.pov"

View File

@ -14,7 +14,7 @@ light_source {
color White color White
} }
#declare Camera_Totale = 1 #declare Camera_Totale = 1;
#ifdef (Camera_Triebwerk) #ifdef (Camera_Triebwerk)
camera { camera {