us.ihmc.graphics3DAdapter.graphics.appearances
Class YoAppearanceMaterial
java.lang.Object
us.ihmc.graphics3DAdapter.graphics.appearances.YoAppearanceTransparency
us.ihmc.graphics3DAdapter.graphics.appearances.YoAppearanceMaterial
- All Implemented Interfaces:
- AppearanceDefinition
public class YoAppearanceMaterial
- extends YoAppearanceTransparency
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YoAppearanceMaterial
public YoAppearanceMaterial()
setDiffuseColor
public void setDiffuseColor(float f,
float g,
float h)
setSpecularColor
public void setSpecularColor(float f,
float g,
float h)
setShininess
public void setShininess(float f)
setAmbientColor
public void setAmbientColor(float f,
float g,
float h)
getDiffuseColor
public javax.vecmath.Color3f getDiffuseColor()
getSpecularColor
public javax.vecmath.Color3f getSpecularColor()
getShininess
public float getShininess()
getAmbientColor
public javax.vecmath.Color3f getAmbientColor()
setDiffuseColor
public void setDiffuseColor(javax.vecmath.Color3f color3f)
setSpecularColor
public void setSpecularColor(javax.vecmath.Color3f color3f)