POV-Ray : Newsgroups : povray.general : Truncated image when number of objects is larger than ~ 150k : Truncated image when number of objects is larger than ~ 150k Server Time
22 Jan 2025 06:06:43 EST (-0500)
  Truncated image when number of objects is larger than ~ 150k  
From: segasai
Date: 20 Jan 2025 19:20:00
Message: <web.678ee738f8935356ac62bd4222246c0@news.povray.org>
Hi,

I've been using povray successfully over the years for various scientific
renders. And now I've hit an issue that I am not able to solve.

Basically my scene consists of various media with emission, absorption.
On top of that I add a large number of spheres defined as

#macro Star(Xx,Yy,Zz,Rr,Vr,Vg,Vb, Amb, Diff)
sphere { <Xx, Yy, Zz>, Rr
        texture {
                pigment {color rgb <Vr,Vg,Vb>}
                finish {
                       ambient Amb
                       diffuse Diff
                       }
                }
}

And I basically notice that when the number of those spheres in my scene  from
the file is >~ 149000, suddenly half of my image is rendered blank. (if the
number is below 149000, everything is rendered fine)

Clearly I'm hitting some kind of a limit. I tried to find an option to increase
to still render this, but was unsuccessful.

I am using povray 3.7.0.10.unofficial (from ubuntu).

are there any suggestions to deal with this ?

Thank you in advance,
         Sergey


Post a reply to this message


Attachments:
Download 'screenshot from 2025-01-21 00-12-39.png' (41 KB)

Preview of image 'screenshot from 2025-01-21 00-12-39.png'
screenshot from 2025-01-21 00-12-39.png


 

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