Re: Slow render - High CPU

by hansmex » Sat Sep 24, 2022 4:50 am

SH3D must determine for every object where it is and whether or not it is visible in the image that will be produced. This takes time.

If you remove all objects that will not appear in your image, the render engine doesn't need to do these preparatory steps.

So... make invisible all levels that don't appear in your image and do the same for all objects.

H