23 ms·
Great work! The image quality is astounding, really. So, I just tested your renderer with the material test scene, and while it ran pretty fast, it seems it on
by omega_rythm 12y ago
Great work! The image quality is astounding, really.
So, I just tested your renderer with the material test scene, and while it ran pretty fast, it seems it only used 3 cores out of 4 on my system. Is there a way to configure/force the renderer to run a number of threads?
- Tunabrain 12y agoBy default it will use one thread less than the amount of cores available, so that the rest of the system is still usable while a render is running. It's not currently user configurable, but I'll add it to the Todo list. Thanks!
- omega_rythm 12y agoIt makes sense, thanks for the explanation.