POV-Ray : Newsgroups : povray.newusers : Rendering LARGE pov files : Re: Rendering LARGE pov files Server Time
5 Sep 2024 18:23:07 EDT (-0400)
  Re: Rendering LARGE pov files  
From: Nathan Kopp
Date: 19 Dec 1999 22:52:47
Message: <385da80f@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote...
>
> I can only guess by the "colored_smooth_triangle" that you are using
> the include file by Chris Colefax. If that is the case it is not the
> size of the file that is causing the problem. It is the proceedural
> macros that calculate the colors and position of the triangles that
> is consuming all of your memory.

The macros and also the textures could be taking up memory.  Chris's macros
most likely generate one texture for each triangle, possible with layers
(haven't looked at the code myself). That would consume a lot of memory.

You may wish to test out MegaPov, which includes the smooth_color_triangle
patch which allows such triangles to be rendered directly within a triangle
mesh object, which could save lots of memory.  If that does the trick, send
a nice thank-you to Ansgar Philippsen, who wrote the patch (email in the
MegaPov docs).  :-)

-Nathan


Post a reply to this message

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