POV-Ray : Newsgroups : povray.advanced-users : Povtree macro (mesh created at parsing whith loops) seems to waste memory : Re: Povtree macro (mesh created at parsing whith loops) seems to waste memo= Server Time
27 Apr 2024 19:38:28 EDT (-0400)
  Re: Povtree macro (mesh created at parsing whith loops) seems to waste memo=  
From: clipka
Date: 24 Jul 2018 20:16:24
Message: <5b57c158$1@news.povray.org>
Am 25.07.2018 um 00:57 schrieb Kenneth:

> Besides meshes, blobs and height_fields, are there any other particular objects
> that share data among copies (to the extent that the copies reduce the overall
> memory needs in a meaningful way?)

I've just had a quick look at the source code; there are actually a lot
more primitives that seem to share data than I remembered:

- blob
- height_field
- isosurface (sharing the function code)
- lathe
- mesh / mesh2
- polygon
- prism
- sor
- text (data shared on a per-character basis)

Also, I might have missed one or two others. I just had a cursory glance.


Post a reply to this message

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