adding a lot of grabage

This commit is contained in:
tth
2022-03-18 12:21:40 +01:00
parent dd94a4a2a8
commit ed2b04caeb
13 changed files with 292 additions and 88 deletions

View File

@@ -11,6 +11,8 @@ global_settings {
#include "colors.inc"
#include "WS/nbimg.inc"
#declare NormClock = clock / NbImg;
@@ -31,15 +33,15 @@ object {
object {
union {
plane { <1, 0, 0>, -23 }
plane { <1, 0, 0>, 23 }
plane { <1, 0, 0>, -32 }
plane { <1, 0, 0>, 32 }
plane { <0, 1, 0>, -23 }
plane { <0, 1, 0>, 23 }
plane { <0, 0, 1>, 50 }
texture {
pigment { color srgb <0.195, 0.144, 0.111> }
finish { phong 0.18 metallic 0.35 reflection 0.35 }
pigment { color srgb <0.125, 0.144, 0.111> }
finish { phong 0.18 metallic 0.25 reflection 0.35 }
}
}
}
@@ -54,7 +56,7 @@ object {
{
merge {
cylinder { <0, BV, 0>, <0, -BV, 0>, BR }
cylinder { <0, 0.012, 0>, <0, -0.012, 0>, BR*3 }
cylinder { <0, 0.012, 0>, <0, -0.012, 0>, BR*4 }
}
}