Class AnaglyphFilter

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

public final class AnaglyphFilter extends Filter<AnaglyphFilter>
Anaglyph 3D red-cyan filter
  • Constructor Details

    • AnaglyphFilter

      public AnaglyphFilter()
  • Method Details

    • 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<AnaglyphFilter>
    • setTextureLeft

      public void setTextureLeft(com.badlogic.gdx.graphics.Texture tex)
    • setTextureRight

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

      public void rebind()
      Description copied from class: Filter
      FIXME add comment
      Specified by:
      rebind in class Filter<AnaglyphFilter>