Class DepthBufferFilter

java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<DepthBufferFilter>
gaiasky.util.gdx.contrib.postprocess.filters.DepthBufferFilter

public final class DepthBufferFilter extends Filter<DepthBufferFilter>
Debug filter, renders the contents of the depth texture attachment
  • Constructor Details

    • DepthBufferFilter

      public DepthBufferFilter()
  • Method Details

    • setDepthTexture

      public void setDepthTexture(com.badlogic.gdx.graphics.Texture tex)
    • rebind

      public void rebind()
      Specified by:
      rebind in class Filter<DepthBufferFilter>
    • onBeforeRender

      protected void onBeforeRender()
      Description copied from class: Filter
      This method will get called just before a rendering operation occurs.
      Specified by:
      onBeforeRender in class Filter<DepthBufferFilter>