Compare commits

..

No commits in common. "35db5eb9e23c5def97699481e4eac34d8b2fa811" and "cc62cb88b711214d167c2620f2327a09cb710431" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ MOYEN = +w1152 +h900
GRAND = +w1600 +h1200 GRAND = +w1600 +h1200
DIMS=$(MOYEN) DIMS=$(MOYEN)
OPTS = +a0.01 +q9 -d OPTS = +a +q9 -d
POVRAY = povray POVRAY = povray

View File

@ -30,28 +30,28 @@
{ {
pigment { color Orange } pigment { color Orange }
normal { dents 0.42 scale 0.042 } normal { dents 0.42 scale 0.042 }
finish { phong 0.4 } finish { phong 0.5 }
} }
#declare Jaune_Corail = texture #declare Jaune_Corail = texture
{ {
pigment { color Yellow } pigment { color Yellow }
normal { dents 0.32 scale 0.242 } normal { dents 0.32 scale 0.242 }
finish { phong 0.4 } finish { phong 0.5 }
} }
#declare Vert_Train_1 = texture #declare Vert_Train_1 = texture
{ {
/* pour la benne */ // pour la benne
pigment { color rgb <0.22, 0.77, 0.11> } pigment { color Green*0.70 }
normal { bumps 0.17 rotate <10, 0, 10> scale 0.31 } normal { bumps 0.17 rotate <10, 0, 10> scale 0.42 }
finish { phong 0.5 } finish { phong 0.5 }
} }
#declare Rouge_Train_1 = texture #declare Rouge_Train_1 = texture
{ {
// pour la citerne // pour la citerne
pigment { color rgb <0.93, 0.25, 0.2> } pigment { color rgb <0.96, 0.25, 0.2> }
normal { bumps 0.33 scale 0.42 } normal { bumps 0.33 scale 0.42 }
finish { phong 0.5 } finish { phong 0.5 }
} }