We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi.
Wanted to know if we can disable FPK feature in some way? Is it possible if we disable depth information from our applications? Basically I wanted to draw everything that the application sends, even if the objects overlap on each other, but I see some quads killed by the FPK occluder, is there a way I can avoid this?
Thanks/
FPK can only use occluders which are guaranteed to be opaque (both in terms of alpha blending and coverage info). Simplest way to disable it is to render every draw call with blending enabled.
Curious why you want to force things to get drawn - FPK can only kill things which have no visible side effects.