fine tuning
This commit is contained in:
parent
454b2ddfbb
commit
aff60cf979
@ -279,13 +279,11 @@ union {
|
|||||||
/* a l'interieur du 'circular' */
|
/* a l'interieur du 'circular' */
|
||||||
object { Chose () translate <-25, 0, -31> }
|
object { Chose () translate <-25, 0, -31> }
|
||||||
object { Chose () translate < 20, 0, -32> }
|
object { Chose () translate < 20, 0, -32> }
|
||||||
|
|
||||||
/* a l'exterieur du 'circular' */
|
/* a l'exterieur du 'circular' */
|
||||||
#for (foo, 0, 359, 18)
|
#for (foo, 0, 359, 18)
|
||||||
#local CK = radians(foo + (5*rand(Rng1)));
|
#local CK = radians(foo + (5*rand(Rng1)));
|
||||||
#local DX = 66 * sin(CK);
|
#local DX = 66 * sin(CK);
|
||||||
#local DZ = 64 * cos(CK);
|
#local DZ = 64 * cos(CK);
|
||||||
|
|
||||||
object { Chose () translate < DX, 0, DZ> } // XXX
|
object { Chose () translate < DX, 0, DZ> } // XXX
|
||||||
#end
|
#end
|
||||||
}
|
}
|
||||||
@ -372,9 +370,9 @@ union {
|
|||||||
|
|
||||||
/* les trucs dans le Y négatif */
|
/* les trucs dans le Y négatif */
|
||||||
object { OpenBox(2, 0.08) rotate <0, -12+(24*NormClock), 0>
|
object { OpenBox(2, 0.08) rotate <0, -12+(24*NormClock), 0>
|
||||||
translate <-19, 4, -86> }
|
translate <-19, 2, -86> }
|
||||||
object { OpenBox(2, 0.08) rotate <0, -120+(4*NormClock), 0>
|
object { OpenBox(2, 0.08) rotate <0, -120+(4*NormClock), 0>
|
||||||
translate <-17, 4, -104> }
|
translate <-17, 2, -104> }
|
||||||
object { Les_Cahutes () rotate y*7 translate <35, 0, -91> }
|
object { Les_Cahutes () rotate y*7 translate <35, 0, -91> }
|
||||||
object { Les_Cahutes () rotate y*2 translate <31, 0, -79> }
|
object { Les_Cahutes () rotate y*2 translate <31, 0, -79> }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -151,8 +151,8 @@ finish {
|
|||||||
/* new: 28 octobre 2025 */
|
/* new: 28 octobre 2025 */
|
||||||
#declare Ground_Texture = texture
|
#declare Ground_Texture = texture
|
||||||
{
|
{
|
||||||
pigment { rgb <0.41, 0.39, 0.23> }
|
pigment { rgb <0.37, 0.39, 0.23> }
|
||||||
normal { dents 0.22 scale 1.5}
|
normal { dents 0.22 scale 1.6}
|
||||||
finish {
|
finish {
|
||||||
ambient 0 specular 0.3 metallic roughness 0.18
|
ambient 0 specular 0.3 metallic roughness 0.18
|
||||||
reflection { 0.4 metallic }
|
reflection { 0.4 metallic }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user