us.ihmc.graphics3DAdapter.java3D.fromSCS
Class J3DAppearance

java.lang.Object
  extended by javax.media.j3d.SceneGraphObject
      extended by javax.media.j3d.NodeComponent
          extended by javax.media.j3d.Appearance
              extended by us.ihmc.graphics3DAdapter.java3D.fromSCS.J3DAppearance

public class J3DAppearance
extends javax.media.j3d.Appearance


Field Summary
 
Fields inherited from class javax.media.j3d.Appearance
ALLOW_COLORING_ATTRIBUTES_READ, ALLOW_COLORING_ATTRIBUTES_WRITE, ALLOW_LINE_ATTRIBUTES_READ, ALLOW_LINE_ATTRIBUTES_WRITE, ALLOW_MATERIAL_READ, ALLOW_MATERIAL_WRITE, ALLOW_POINT_ATTRIBUTES_READ, ALLOW_POINT_ATTRIBUTES_WRITE, ALLOW_POLYGON_ATTRIBUTES_READ, ALLOW_POLYGON_ATTRIBUTES_WRITE, ALLOW_RENDERING_ATTRIBUTES_READ, ALLOW_RENDERING_ATTRIBUTES_WRITE, ALLOW_TEXGEN_READ, ALLOW_TEXGEN_WRITE, ALLOW_TEXTURE_ATTRIBUTES_READ, ALLOW_TEXTURE_ATTRIBUTES_WRITE, ALLOW_TEXTURE_READ, ALLOW_TEXTURE_UNIT_STATE_READ, ALLOW_TEXTURE_UNIT_STATE_WRITE, ALLOW_TEXTURE_WRITE, ALLOW_TRANSPARENCY_ATTRIBUTES_READ, ALLOW_TRANSPARENCY_ATTRIBUTES_WRITE
 
Constructor Summary
J3DAppearance(AppearanceDefinition yoAppearanceDefinition)
           
 
Method Summary
 void createMaterial(AppearanceDefinition yoAppearanceDefinition)
           
 void createRGBColor(AppearanceDefinition yoAppearanceDefinition)
           
 void createTexture(AppearanceDefinition yoAppearanceDefinition)
           
 void createTransparant()
           
 
Methods inherited from class javax.media.j3d.Appearance
cloneNodeComponent, duplicateNodeComponent, getColoringAttributes, getLineAttributes, getMaterial, getPointAttributes, getPolygonAttributes, getRenderingAttributes, getTexCoordGeneration, getTexture, getTextureAttributes, getTextureUnitCount, getTextureUnitState, getTextureUnitState, getTransparencyAttributes, setColoringAttributes, setLineAttributes, setMaterial, setPointAttributes, setPolygonAttributes, setRenderingAttributes, setTexCoordGeneration, setTexture, setTextureAttributes, setTextureUnitState, setTextureUnitState, setTransparencyAttributes
 
Methods inherited from class javax.media.j3d.NodeComponent
cloneNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree
 
Methods inherited from class javax.media.j3d.SceneGraphObject
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

J3DAppearance

public J3DAppearance(AppearanceDefinition yoAppearanceDefinition)
Method Detail

createTransparant

public void createTransparant()

createMaterial

public void createMaterial(AppearanceDefinition yoAppearanceDefinition)

createTexture

public void createTexture(AppearanceDefinition yoAppearanceDefinition)

createRGBColor

public void createRGBColor(AppearanceDefinition yoAppearanceDefinition)