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
|