POV-Ray : Newsgroups : povray.beta-test : [SOR] Bug still there ... : [SOR] Bug still there ... Server Time
31 Jul 2024 04:18:07 EDT (-0400)
  [SOR] Bug still there ...  
From: Jan Walzer
Date: 14 Sep 2001 06:41:25
Message: <3ba1ded5@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.