POV-Ray : Newsgroups : povray.general : mesh & memory ? : Re: mesh & memory ? Server Time
7 Aug 2024 21:22:26 EDT (-0400)
  Re: mesh & memory ?  
From: Ken
Date: 31 May 2001 22:33:11
Message: <3B16FE49.1CBB76AD@pacbell.net>
ingo wrote:
> 
>  Is there a way to calculate the amount of memory a mesh, of say 500000
> triangles, will take?
>  After ~7 hours of generating and parsing triangles, and only half way,
> POV just ran out of memory :(

I don't think it would be easy to isolate the generation requirements
from the rendering requirements. A lot of it would depend on how
effecient your generation code is. You may consider dumping the
generated mesh code to a file with the #write command and then parse
the generated file. Should save on a good portion of the memory
requirements this way.

-- 
Ken Tyler


Post a reply to this message

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