|
|
"marabou" <not### [at] availableyet> wrote in message
news:200### [at] availableyet...
seems okay - here's the version I tested with:
#version 3.5;
#include "colors.inc"
global_settings{
ambient_light 10
}
camera {orthographic location <0,0,-5> look_at <0,0,0>}
#declare bars_width = 0.25;
box {
<-1.5,-bars_width/2,0>,<1.5,bars_width/2,1>
pigment {color <1,1,1> }
}
cylinder{<-1.5-0.215, -5, 2>,<-1.5-0.215, 5, 2>,0.213 pigment{Yellow}}
Post a reply to this message
|
|