Class DefaultIntShader.Setters.Bones

    • Field Summary

      Fields 
      Modifier and Type Field Description
      float[] bones  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bones​(int numBones)  
    • 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

      • bones

        public final float[] bones
    • Constructor Detail

      • Bones

        public Bones​(int numBones)
    • Method Detail

      • set

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