Compare commits

..

No commits in common. "29d23630b469ad14a27f981c667af8683e71634e" and "d30036415abf09de40241baa2c02d81d259dff3c" have entirely different histories.

2 changed files with 4 additions and 14 deletions

View File

@ -48,8 +48,8 @@ global_settings {
#declare WIP_color = texture
{
pigment { color Cyan*0.55 }
finish { phong 0.23 }
pigment { color Cyan*0.60 }
finish { phong 0.21 }
}
#declare T_WIP_alert = texture
@ -87,16 +87,6 @@ normal { dents 0.25 scale 3 }
finish { roughness 1.00 }
}
#declare tPlasticOrange = texture
{
pigment{rgb <2.000, 0.50, 0.0>}
finish {
ambient 0.1
diffuse 0.6
specular 0.3
}
}
#declare Flashy = texture {
pigment {

View File

@ -24,7 +24,7 @@ object { Le_Decor }
// object { Repere scale 2 }
#declare Loc_cam = <2, 2.5, 1> + (Pos_RedB_1 * 1.363);
#declare Loc_cam = <2, 2, 1> + (Pos_RedB_1 * 1.563);
camera {
location Loc_cam
@ -32,6 +32,6 @@ camera {
// focal_point <0.37, 0.90, 0>
// aperture 0.046
// blur_samples 30
angle 55 - 25 * Cos_01(NormClock)
angle 55 - 24 * Cos_01(NormClock)
}