|
|
hello,
when i create a scene with
camera { location <0,0,-5> look_at <0,0,0>}
//hollow
box {
<-10,-10,-10>,<10,10,10>
pigment { color <0,0,0> }
finish { reflection 0}
}
#declare bars_width = 0.25;
#declare bars_height = 1;
#declare bars_depth = 1;
box {
<-1.5,-bars_width/2,0>,<1.5,bars_width/2,1>
pigment {color <1,1,1> }
}
i found out, that the bar is not centered.
it is shifted about x=0.215... to the right.
what went wrong?
thanks in advance
Post a reply to this message
|
|