Class RadialDistortionFilter

java.lang.Object
arc.fx.FxFilter
arc.fx.filters.RadialDistortionFilter
All Implemented Interfaces:
Disposable

public final class RadialDistortionFilter extends FxFilter
  • Field Details

    • zoom

      public float zoom
    • distortion

      public float distortion
  • Constructor Details

    • RadialDistortionFilter

      public RadialDistortionFilter()
  • Method Details

    • setParams

      public void setParams()
      Description copied from class: FxFilter
      Concrete objects shall be responsible to recreate or rebind its own resources whenever its needed, usually when the OpenGL context is lost. Eg., framebuffer textures should be updated and shader parameters should be reuploaded/rebound.
      Overrides:
      setParams in class FxFilter