|
|
I repost this one, as it seems there are no furter comments to it ...
This also happens on Beta 2
I can't see why the following scene won't render when changing "Value" to 1.5
or lower ...
// --------------------------------------------------------------------------
---------
background{
color rgb <1,1,1>
}
camera{
location<-2.5,0,5>
look_at<-2.5,0,0>
}
sor {
#declare Value=0.2
5,
<0.0, -1.0>
<0.0, -0.5>
<Value, 0.5> // <------ change Value to 0.15 or lower ... and see
<0.3, 1.0>
<0.4, 1.5>
rotate z*90
pigment{color rgb 1}
}
light_source{
<100,100,100>
color rgb <1,1,1>
}
// --------------------------------
--
Jan Walzer <jan### [at] lzernet>
Post a reply to this message
|
|