Hi there
I’m trying to turn off depth clipping for one of my objects in the scene.
Specifically i don’t want it to depth test against itself
The appropriate option seems to be:
“Enable Depth Clip”. But that has no effect (the renderer’s depth buffer is on, and i’m trying to turn the rasterizer’s depth clip option off for that one Layer).
Has anybody else encountered this?
What i’m aiming for is level 1 of the following:
Level 1
Object ignores depth buffer
Level 2
- Object draws reading depth buffer from previous draw operations in the frame
- Object does not write to depth buffer (and therefore does not read its own buffer writes)
Level 3
- Object reads from depth buffer
- Object keeps a temporary depth buffer
- Object draws against that temporary depth buffer whilst writing to a new depth buffer which it does not read from
- Renderer continues with new depth buffer
(p.s. - love the new forums! especially copy/paste images)