Class RadialDistortion

    • Constructor Detail

      • RadialDistortion

        public RadialDistortion()
    • Method Detail

      • setDistortion

        public void setDistortion​(float distortion)
      • setZoom

        public void setZoom​(float zoom)
      • getDistortion

        public float getDistortion()
      • getZoom

        public float getZoom()
      • 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<RadialDistortion>