Anim8or Community
Artwork => Finished Works and Works in Progress => Topic started by: mrbeaver.07 on July 31, 2021, 06:25:54 am
-
Can I use my computer (surfing internet, playing games maybe) while a scene is rendering?
-
Of course you can, that's what multi-tasking and sophisticated operating systems were created to do. Of course you understand that, since Anim8or's rendering is completely CPU-based, render times will take longer if you are using other CPU-intensive applications (such as gaming). Simple Internet browsing takes up fewer resources .
-
Yes, you can use your computer for other things while rendering. If it becomes too slow you can reduce the amount of load Anim8or uses when rendering (at least for the ray tracer) by setting the integer attribute "MaxThreads" to -1, -2, -3, etc. to keep that many threads free for use by other programs.
-
Thanks :) Now I know
-
"Anim8or's rendering is completely CPU-based"
So render times are totally a function of microprocessor type/speed and RAM? Did NOT know that. What about when I'm just in my workspace? Do I get any benefit from that nice graphics board I bought. Not complaining, mind you, just wanna know.
-
Scanline and ray tracer renderer CPU-based.
Opengl and workspace renderer GPU-based.
Both use Opengl, one of the graphic card API.
Remember the shaders you selected a while ago?
They are programs running on the GPU calculating
the frame buffer pixels displayed on your screen.