Class Flare

    • Constructor Detail

      • Flare

        public Flare​(int width,
                     int height)
    • Method Detail

      • setViewportSize

        public void setViewportSize​(float width,
                                    float height)
      • getGhosts

        public int getGhosts()
      • setGhosts

        public void setGhosts​(int ghosts)
      • getHaloWidth

        public float getHaloWidth()
      • setHaloWidth

        public void setHaloWidth​(float haloWidth)
      • setLensColorTexture

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

        public void rebind()
        Description copied from class: Filter
        FIXME add comment
        Specified by:
        rebind in class Filter<Flare>
      • 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<Flare>