us.ihmc.graphics3DAdapter.graphics.appearances
Class YoAppearanceMaterial

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.appearances.YoAppearanceTransparency
      extended by us.ihmc.graphics3DAdapter.graphics.appearances.YoAppearanceMaterial
All Implemented Interfaces:
AppearanceDefinition

public class YoAppearanceMaterial
extends YoAppearanceTransparency


Constructor Summary
YoAppearanceMaterial()
           
 
Method Summary
 javax.vecmath.Color3f getAmbientColor()
           
 javax.vecmath.Color3f getDiffuseColor()
           
 float getShininess()
           
 javax.vecmath.Color3f getSpecularColor()
           
 void setAmbientColor(float f, float g, float h)
           
 void setDiffuseColor(javax.vecmath.Color3f color3f)
           
 void setDiffuseColor(float f, float g, float h)
           
 void setShininess(float f)
           
 void setSpecularColor(javax.vecmath.Color3f color3f)
           
 void setSpecularColor(float f, float g, float h)
           
 
Methods inherited from class us.ihmc.graphics3DAdapter.graphics.appearances.YoAppearanceTransparency
getTransparency, setTransparency
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YoAppearanceMaterial

public YoAppearanceMaterial()
Method Detail

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)