more tweaking on the project

This commit is contained in:
le vieux
2021-03-13 18:56:21 +01:00
parent 4a752d0732
commit 752e11c226
10 changed files with 42 additions and 72 deletions

View File

@@ -7,12 +7,12 @@
#declare Ridelle_Cote = object
{
union {
cylinder { <0, 4.5, -11>, <0, 4.5, 11>, 0.5 }
box { <-.5, 4, -11>, <.5, 4.5, 11> }
cylinder { <0, 4.5, -11>, <0, 4.5, 11>, 0.25 }
box { <-.25, 4, -11>, <.25, 4.5, 11> }
#declare foo=0;
#while (foo<6)
box { <-.4, 0, foo*4-10-.3>, <.4, 4, foo*4-10+.3> }
#declare foo=foo+1;
box { <-.4, 0, foo*4-10-.2>, <.4, 4, foo*4-10+.2> }
#declare foo=foo+0.5;
#end
}
texture {
@@ -22,9 +22,11 @@ texture {
translate y*5.75
}
/* avant et arriere */
#declare Ridelle_Bout = object
{
box { <-4, 6.2, -0.3>, <4, 9.7, 0.3> }
box { <-4, 6.2, -0.1>, <4, 9.7, 0.1> }
texture {
pigment { color MediumWood }
finish { roughness .73 }