Compare commits
2 Commits
d30036415a
...
29d23630b4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
29d23630b4 | ||
![]() |
d25c217e6a |
14
globals.inc
14
globals.inc
@ -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 {
|
||||||
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user