Class LensDirtFilter

java.lang.Object
gaiasky.render.postprocess.filters.Filter<LensDirtFilter>
gaiasky.render.postprocess.filters.LensDirtFilter
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

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

    • LensDirtFilter

      public LensDirtFilter()
  • 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<LensDirtFilter>
    • 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<LensDirtFilter>