Compare commits

..

2 Commits

Author SHA1 Message Date
Tonton Th
29d23630b4 ajuster la camera 2025-09-02 16:07:50 +02:00
Tonton Th
d25c217e6a tuning textures 2025-09-02 11:32:58 +02:00
2 changed files with 14 additions and 4 deletions

View File

@ -48,8 +48,8 @@ global_settings {
#declare WIP_color = texture #declare WIP_color = texture
{ {
pigment { color Cyan*0.60 } pigment { color Cyan*0.55 }
finish { phong 0.21 } finish { phong 0.23 }
} }
#declare T_WIP_alert = texture #declare T_WIP_alert = texture
@ -87,6 +87,16 @@ normal { dents 0.25 scale 3 }
finish { roughness 1.00 } 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 { #declare Flashy = texture {
pigment { pigment {

View File

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