diff --git a/pr/sol/people.pov b/pr/sol/people.pov index be3a3cb..ca5aefb 100644 --- a/pr/sol/people.pov +++ b/pr/sol/people.pov @@ -23,8 +23,8 @@ camera { #include "bmpeople.inc" #include "lft.cdf" -#declare i = 5900 -#declare rand1 = seed(0) +#declare i = 5900; +#declare rand1 = seed(0); #while (i < 6000) #debug concat ("\nMensch: ", str(i, 0, 0)) #declare Schritt = (rand(rand1) * 0.7 + 0.3) * diff --git a/pr/sol/sol-ortho.pov b/pr/sol/sol-ortho.pov index 2643e2c..3eb6d38 100644 --- a/pr/sol/sol-ortho.pov +++ b/pr/sol/sol-ortho.pov @@ -20,8 +20,8 @@ camera { orthographic location <0, 0, -10000> look_at <0, 0, 0> - right <0, 4000, 0> - up <3000, 0, 0> + right <0, 8000, 0> + up <6000, 0, 0> } #include "sol.pov" diff --git a/pr/sol/test-mensch.pov b/pr/sol/test-mensch.pov index 3da843e..22dc171 100644 --- a/pr/sol/test-mensch.pov +++ b/pr/sol/test-mensch.pov @@ -18,13 +18,13 @@ camera { 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 = - color + color ; #declare Mensch_Farbe_Hose = - color + color ; #include "mensch.pov" diff --git a/pr/sol/test-sz.pov b/pr/sol/test-sz.pov index 10616df..e464b88 100644 --- a/pr/sol/test-sz.pov +++ b/pr/sol/test-sz.pov @@ -14,7 +14,7 @@ light_source { color White } -#declare Camera_Totale = 1 +#declare Camera_Totale = 1; #ifdef (Camera_Triebwerk) camera {