|
|
Difference viewing angles require different values for the object to
appear... I have no idea what's going on...
...Chambers
"Jan Walzer" <jan### [at] lzernet> wrote in message
news:3b9937ac@news.povray.org...
> 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
|
|