You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to move our platform to using ordered2 instead of ordered1 and realized since nearly all our objects are partially transparent, none are pickable anymore.
It would be useful for us to be able to pick the front most object, even if fully transparent, when blending in ordered2. Ordered2 2 gives the unique advantage of being to set the blending based on the shader code itself.
We often use fully transparent object as overlays but still want the user to interact with them.
Thanks for the consideration.
Would this mode be called something new?
Ps. I tried to add the write pick to the simple transparency pass but it didn't seem to update the write pick.