need more work...

This commit is contained in:
le vieux
2021-03-15 03:08:13 +01:00
parent 752e11c226
commit 9430b5f133
22 changed files with 141 additions and 212 deletions

View File

@@ -33,9 +33,9 @@ pigment { color White }
finish { phong 0.4 }
}
#include "decor.inc"
#include "enseigne.inc"
#include "rails.inc"
// #include "decor.inc"
#include "incs/enseigne.inc"
// #include "incs/rails.inc"
#declare Gare = object
{

View File

@@ -43,8 +43,10 @@ union {
sphere { < 3.3, -2.75, -16.5>, .6 }
sphere { < 3.3, -2.75, -1>, .6 }
}
pigment { color Gray60 }
finish { phong 0.5 }
texture {
pigment { color Gray60 }
finish { phong 0.5 }
}
translate y*10
}
@@ -59,7 +61,7 @@ difference {
cylinder { <0, 3, -8>, <0, 6.2, -8>, .95 }
}
texture {
pigment { color Gray40 }
pigment { color Gray30 }
finish { phong 0.65 }
}
translate y*10

View File

@@ -23,7 +23,7 @@ difference {
cylinder { <-2, xx, yy>, <2, xx, yy>, 0.56 }
#declare foo = foo + 45;
#declare foo = foo + 36;
#end
}
translate y*4