Class LightPositionUpdater

    • Constructor Detail

      • LightPositionUpdater

        public LightPositionUpdater()
    • Method Detail

      • reinitialize

        public void reinitialize​(int nLights)
      • initializeList

        public float[] initializeList​(float[] list,
                                      int size)
      • setGlowTexture

        public void setGlowTexture​(com.badlogic.gdx.graphics.Texture tex)
        Sets the occlusion texture to use for the glow effect
        Parameters:
        tex - The texture
      • notify

        public void notify​(Events event,
                           java.lang.Object... data)
        Specified by:
        notify in interface IObserver