advancedTranslucency

abstract boolean advancedTranslucency()

Test to know if "fabulous" graphics mode is enabled.

Use this for renders that need to render on top of all translucency to activate or deactivate differentevent handlers to get optimal depth testing results. When fabulous is off, it may be better to renderduring {@code WorldRenderLastCallback} after clouds and weather are drawn. Conversely, when fabulous mode is on,it may be better to draw during {@code WorldRenderPostTranslucentCallback}, before the fabulous mode compositeshader runs, depending on which translucent buffer is being targeted.

Return

{@code true} when "fabulous" graphics mode is enabled.

Sources

jvm source
Link copied to clipboard