java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<LensDirt>
gaiasky.util.gdx.contrib.postprocess.filters.LensDirt
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public final class LensDirt extends Filter<LensDirt>
  • Constructor Details

    • LensDirt

      public LensDirt()
    • LensDirt

      public LensDirt(boolean addToBase)
  • Method Details

    • setLensDirtTexture

      public void setLensDirtTexture(com.badlogic.gdx.graphics.Texture tex)
    • setLensStarburstTexture

      public void setLensStarburstTexture(com.badlogic.gdx.graphics.Texture tex)
    • setStarburstOffset

      public void setStarburstOffset(float offset)
    • rebind

      public void rebind()
      Specified by:
      rebind in class Filter<LensDirt>
    • 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<LensDirt>