You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am trying to render an image with around 65000 cylinders and 20000 spheres and I noticed that the .exe stops right before the renderer is called to render a single frame . However, if I reduce the total number of primitives to around 15000 the .exe runs until the end and I get the .ppm file with all the 15000 gometries.
In the documentation https://www.ospray.org/documentation.html#geometries it is stated that the maximum number of primitives is 2^32, and because of that I was not expecting the aforementioned problem. Is there another threshold parameter that has to be modified to work with a higher number of rendered geometries?
The text was updated successfully, but these errors were encountered:
Hi all,
I am trying to render an image with around 65000 cylinders and 20000 spheres and I noticed that the .exe stops right before the renderer is called to render a single frame . However, if I reduce the total number of primitives to around 15000 the .exe runs until the end and I get the .ppm file with all the 15000 gometries.
In the documentation https://www.ospray.org/documentation.html#geometries it is stated that the maximum number of primitives is 2^32, and because of that I was not expecting the aforementioned problem. Is there another threshold parameter that has to be modified to work with a higher number of rendered geometries?
The text was updated successfully, but these errors were encountered: