Anim8or Community

General Category => General Anim8or Forum => Topic started by: mrbeaver.07 on August 20, 2021, 05:33:19 am

Title: AA Setup (ART Ray Tracer)
Post by: mrbeaver.07 on August 20, 2021, 05:33:19 am
What is the best Sampling Method to speed up render? And also samples per pixels.
I have some errors with rendering scenes with my characters
Title: Re: AA Setup (ART Ray Tracer)
Post by: Steve on August 20, 2021, 01:36:26 pm
The default Multi-Jittered is usually the best. As for the number of samples, that depends on the image. Soft shadows often have the most artifacts.

Fast AA samples a small set of points in a pixel and it's neighbors. If they are similar (color, material, normal, depth, etc.) then the remaining samples are skipped. That can speed up the render considerable but it can also introduce more artifacts.

If you're making a movie instead of a still image some of the artifacts might be improved (or made worse) by the codec that you use.
Title: Re: AA Setup (ART Ray Tracer)
Post by: mrbeaver.07 on August 21, 2021, 10:20:53 pm
Finally I understood about setup. It looks like scene "wants to render" :)