diff --git a/Makefile b/Makefile index 34ef0fb..23b4854 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ #-------------------------------------------------------- +PETIT = +w800 +h600 MOYEN = +w1280 +h1024 GRAND = +w1600 +h1200 -PETIT = +w800 +h600 -DIMS=$(PETIT) +DIMS=$(MOYEN) OPTS = +a +q9 -d diff --git a/benne.pov b/benne.pov index af9d7da..3ac3d94 100644 --- a/benne.pov +++ b/benne.pov @@ -26,7 +26,7 @@ object { Wagon_Benne translate y*2 } camera { - location <35.5, 23, 40> + location <35.5, 21, 40> right image_width/image_height*x look_at <0, 6, 0> angle ANGLE_CAM diff --git a/contexte.inc b/contexte.inc index 10be3ee..e0889eb 100644 --- a/contexte.inc +++ b/contexte.inc @@ -4,7 +4,7 @@ global_settings { assumed_gamma 1.0 - ambient_light rgb <0.18, 0.14, 0.17> + ambient_light rgb <0.18, 0.15, 0.17> max_trace_level 17 } diff --git a/incs/constantes.inc b/incs/constantes.inc index 99dc127..ac4b0a4 100644 --- a/incs/constantes.inc +++ b/incs/constantes.inc @@ -43,8 +43,8 @@ finish { phong 0.5 } #declare Vert_Train_1 = texture { // pour la benne - pigment { color Green } - normal { bumps 0.22 scale 0.42 } + pigment { color Green*0.70 } + normal { bumps 0.17 rotate <10, 0, 10> scale 0.42 } finish { phong 0.5 } } diff --git a/incs/train.inc b/incs/train.inc index defccf0..8c1138c 100644 --- a/incs/train.inc +++ b/incs/train.inc @@ -21,7 +21,7 @@ difference { #declare foo = 0; #while (foo < 360) - #local R = 2.2; + #local R = 2.35; #declare xx = sin(radians(foo))*R; #declare yy = cos(radians(foo))*R;