|
|
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
|
|