POV-Ray : Newsgroups : povray.general : AA adaptive +am2? : Re: AA adaptive +am2? Server Time
3 Aug 2024 06:19:49 EDT (-0400)
  Re: AA adaptive +am2?  
From: Rafal 'Raf256' Maj
Date: 1 May 2004 20:21:16
Message: <Xns94DD17B21FFA0raf256com@203.29.75.35>
fak### [at] emailaddress news:40943d04$1@news.povray.org

> [line 1549 of render.cpp]
>       /* Initialize current block */
>       for (yy = 1; yy < sub_pixel_size + 1; yy++)
>       {
>         for (xx = 1; xx < sub_pixel_size + 1; xx++)
>         {
>           Block[yy][xx].active = false;
>         }
>       }
> 
> The inner line of that loop is executed 263169 times with +R9. It
> initializes every single possible sample that could be taken as
> "sample hasn't been taken yet".

me me me me

I want to correct the bug I found :)
If someone could just please tell me how to compile under Linux not as root 
(and install for all users) but just to make executable (in same fir as 
sources)


-- 
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics


Post a reply to this message

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