Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HTOA Arnold 5 Depth - Empty Areas of Frame at Far Camera Clip

1 REPLY 1
Reply
Message 1 of 2
nickchamberlainvideo
152 Views, 1 Reply

HTOA Arnold 5 Depth - Empty Areas of Frame at Far Camera Clip

I'm trying to render a depth pass, and I'm having an issue where the empty areas of frame are being filled with the value of my far camera clipping plane. Is there a way to make the empty areas of the frame black?
I've attached a test image showing the white bg at a value of 50000 (current clipping plane).
Thanks!

1 REPLY 1
Message 2 of 2

That is by design. The Z AOV uses the far clipping plane for areas where there are no objects.

You could build a custom depth AOV:

  • Get shading point in world space (state vector)
  • Transform to camera space (space transform)
  • Negate/complement to get positive value
  • Write to float AOV

But if you have a skydome visible to the camera, you'll still get non-zero values for empty areas.



// Stephen Blair
// Arnold Renderer Support

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report