1
[Max] I need help! / Re: Rendering Issues
« on: Yesterday at 12:45:46 »
What resolution are your texture files? You are rendering them zoomed in, in 4K resolution. Perhaps they are just originally too small?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
There are limitations though which aren't obvious:
- Complicated shader trees tend to resolve detail (bump, procedural details in noise maps etc) at a later stage in the render progress. With only a few passes the result will be less surface details.
- Some of Corona's sampling-based maps like AO and Curvature will also refine at later stages. I got some heavy differences between the two images where AO was much less pronounced and detailed in the downsampled image (with less passes). If you're using those kind of maps, it's best to still allow more samples.
- Refraction details also tend to take a bit longer, so you trade sharper details (implying more detail) for less actual detail and accuracy.
(...)We're finding significant detail boost at lower passes using this method, and that's without actually rendering at 2x scale and downscaling back down.(...).