POV-Ray : Newsgroups : povray.general : AA adaptive +am2? : Re: AA adaptive +am2? Server Time
3 Aug 2024 12:19:15 EDT (-0400)
  Re: AA adaptive +am2?  
From: stephen parkinson
Date: 2 May 2004 11:56:39
Message: <40951a37$1@news.povray.org>
Rafal 'Raf256' Maj wrote:
> 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)
> 
> 
i've sent a reply with my build log and modified optout.h to your email
address on this post.

if its the wrong one, needs nospam not spam in there, i'll resend it

let me know offlist

stephen


Post a reply to this message

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