POV-Ray : Newsgroups : povray.general : Performance characteristics wrt change in lighting : Re: Performance characteristics wrt change in lighting Server Time
1 Aug 2024 18:29:01 EDT (-0400)
  Re: Performance characteristics wrt change in lighting  
From: ABX
Date: 9 Jun 2005 16:19:05
Message: <7p8ha15uhccjh2fuf3lf5msmsk8nois119@4ax.com>
On Thu,  9 Jun 2005 16:08:40 EDT, "FelixKlein" <nomail@nomail> wrote:
> > A simple sample scene demonstrating the problem would be welcome.
>
> I thought about including something like that, but of course if I reduce it
> to 50 spheres, the render times are roughly the same.  The other option is
> the actual scene file which weighs in at > 150MB.

OTOH the beauty of loops and random generators is that following scene

    #local g=seed(0);
    #local c=0;
    #while (c<1000)
        sphere{ 1000*<rand(g),rand(g),rand(g)> rand(g) }
        #local c=c+1;
    #end

is minimal but complex. So perhaps (just guessing) with some effort you could
minimize scene.

ABX


Post a reply to this message

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