File: monolith.inc

package info (click to toggle)
terraform 0.9.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,008 kB
  • ctags: 2,529
  • sloc: ansic: 28,422; sh: 3,336; pascal: 1,896; makefile: 710; yacc: 318
file content (16 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#declare monolith_obj = box
{
  <-0.375, 0.0, -0.125>,
  <0.375, 1.0, 0.125>

  texture
  {
    pigment { color rgb <0.0, 0.0, 0.0> }
    finish { phong 0.8 reflection 0.35 }
  }
}

#macro monolith ()
   object { monolith_obj } 
#end