alelievr / HDRP-Custom-Passes

A bunch of custom passes made for HDRP
MIT License
1.25k stars 136 forks source link

Selection. Objects do not overlap the stroke #20

Closed ghost closed 2 years ago

ghost commented 3 years ago

image The orange object should not be visible. Objects do not overlap the stroke. In the version intended for HDRP 8.2, I could not achieve overlap. In HDRP 7.2, strokes worked correctly.

alelievr commented 3 years ago

Hello,

I'm not sure to understand your issue, the stripes behind an object was always visible for me, and their opacity depends on the "behind factor" parameter on the fullscreen selection material: BehindFactor

ghost commented 3 years ago

Hello,

I'm not sure to understand your issue, the stripes behind an object was always visible for me, and their opacity depends on the "behind factor" parameter on the fullscreen selection material: BehindFactor

I'm talking about the outline of an object. Not about filling it out.

yigiteren commented 3 years ago

In case anyone still wondering how to achieve the effect, make sure to change the "Clear Flags" to "Color" from "All".

Example