added bounds could be 1.99x more efficient?

gomeslindsay
Enthusiast

added bounds could be 1.99x more efficient?

gomeslindsay
Enthusiast
Enthusiast

what does this mean and how would I go about fixing it since I have them on multiple textures

"added bounds could be 1.99x more efficient. given disp_padding: 0.00300000003, recommended: 4.847534e-07"

0 Likes
Reply
Accepted solutions (1)
1,995 Views
1 Reply
Reply (1)

peter.horvath6V6K3
Advisor
Advisor
Accepted solution

See the Bounds Padding section in the displacement docs: https://docs.arnoldrenderer.com/display/A5AFCUG/Displacement+shaders#Displacementshaders-BoundsPaddi...

If padding is lower than the recommended, it can cause artifacts. However in your case it should be fine. If you want to get rid of the warning, you have to set the padding close to the recommended value. (Note, that the value in Arnold is probably in meters, while it's in cm on the UI.)

0 Likes