Class DefaultIntShader.Setters.ACubemap

    • Constructor Summary

      Constructors 
      Constructor Description
      ACubemap​(int dirLightsOffset, int pointLightsOffset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(BaseIntShader shader, int inputID, IntRenderable renderable, com.badlogic.gdx.graphics.g3d.Attributes combinedAttributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dirLightsOffset

        public final int dirLightsOffset
      • pointLightsOffset

        public final int pointLightsOffset
    • Constructor Detail

      • ACubemap

        public ACubemap​(int dirLightsOffset,
                        int pointLightsOffset)
    • Method Detail

      • set

        public void set​(BaseIntShader shader,
                        int inputID,
                        IntRenderable renderable,
                        com.badlogic.gdx.graphics.g3d.Attributes combinedAttributes)