Class TextureAttribute

java.lang.Object
engine.textures.TextureAttribute

public class TextureAttribute extends Object
Represents the texture which will be used to texture a model
  • Constructor Details

    • TextureAttribute

      public TextureAttribute(int textureID)
  • Method Details

    • getTextureID

      public int getTextureID()
    • getShineDamper

      public float getShineDamper()
    • setShineDamper

      public void setShineDamper(float shineDamper)
    • getReflectivity

      public float getReflectivity()
    • setReflectivity

      public void setReflectivity(float reflectivity)