POV-Ray : Newsgroups : povray.unofficial.patches : End of bug in FastDiscPatch of MegaPOV and MegaPOV+ : End of bug in FastDiscPatch of MegaPOV and MegaPOV+ Server Time
1 Sep 2024 22:15:50 EDT (-0400)
  End of bug in FastDiscPatch of MegaPOV and MegaPOV+  
From: Dejan D  M  Milosavljevic
Date: 20 Sep 2000 04:38:08
Message: <gr7ess0vebsi91qirvokaar9eq0hg703nm@4ax.com>
Allow me to repeat one part of my previous message:
>Subject: Re: Odd result with MegaPov 0.5

>Date: Fri, 9 Jun 2000 13:29:17 +0200 
>From: "Dejan D. M. Milosavljevic" <dmi### [at] xoommailcom>
>
>file: discs.c 
> Original:
>  Line 968. lo[ Z ] = min( lo[ Y ], v[ Z ] );  hi[ Z ] = max( hi[ Y ], v[ Z ] );
>
>Fixed:
> Line 968. lo[ Z ] = min( lo[ Z ], v[ Z ] );  hi[ Z ] = max( hi[ Z ], v[ Z ] );


In MegaPOV+: instead of 968 is 979 .

I hope that is the end of above bug.
*******************************
      dmi### [at] xoommailcom
http://members.xoom.com/dmilos/
*******************************


Post a reply to this message

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