// // Autonomous "Survey" Rod // 2012-07-03 mja // // // Pure geometry for the com.agtek.graphics.ShapeFactory // // Rod itself cylinder { <0, 0, 0> <0, 0, 0.5> 0.5 pigment { color red 0 green 0 blue 1 } } // Shadow cylinder { <0, 0, 0.1> <0, 0, 0.15> 1 pigment { color red 0 green 0 blue 0 filter 0.1 } }