need more work...
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user