POV-Ray : Newsgroups : povray.beta-test : Known bugs? : Re: Known bugs? Server Time
31 Jul 2024 04:16:37 EDT (-0400)
  Re: Known bugs?  
From: Ron Parker
Date: 25 Sep 2001 21:44:13
Message: <slrn9r2cnh.617.ron.parker@fwi.com>
On Tue, 25 Sep 2001 20:43:49 -0400, Anders K. wrote:
>What about the bug I found in SOR, which is demonstrated with the following
>code?
>
>camera { location <10, 15, 15> look_at <0, 1, 0> angle 15 }
>light_source { <2, 15, 5> color rgb <1, 1, 1> }
>plane { +y, 0 pigment { rgb <1, 1, 1> } }
>sor { 4, <2, -1> <2, 0> <2, 2> <2, 3> pigment { checker } }
>
>It is still present in beta 4, and the only reply I ever got was, "Weird
>effect. :) Definitely a bug." See

Well, that's the hazard of my posting my list.  The stuff I've kept 
around is only a fraction of the reported bugs.  I think I marked that
particular one as read because someone said something to the effect of
having figured out why it was doing that (not necessarily anywhere
public, mind you) so I forgot about it.  I'll go back and put it on my
list of active bugs.


--
#macro R(L P)sphere{L __}cylinder{L P __}#end#macro P(_1)union{R(z+_ z)R(-z _-z)
R(_-z*3_+z)torus{1__ clipped_by{plane{_ 0}}}translate z+_1}#end#macro S(_)9-(_1-
_)*(_1-_)#end#macro Z(_1 _ __)union{P(_)P(-_)R(y-z-1_)translate.1*_1-y*8pigment{
rgb<S(7)S(5)S(3)>}}#if(_1)Z(_1-__,_,__)#end#end Z(10x*-2,.2)camera{rotate x*90}


Post a reply to this message

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