Package engine.textures
Class TextureAttribute
java.lang.Object
engine.textures.TextureAttribute
Represents the texture which will be used to texture a model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
int
void
setReflectivity
(float reflectivity) void
setShineDamper
(float shineDamper)
-
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)
-