com.yobotics.simulationconstructionset.util.graphics
Class DynamicGraphicVRML

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
      extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicCoordinateSystem
          extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicVRML
All Implemented Interfaces:
GraphicToUpdateWithRobots

public class DynamicGraphicVRML
extends DynamicGraphicCoordinateSystem


Constructor Summary
DynamicGraphicVRML(java.lang.String name, us.ihmc.utilities.math.geometry.ReferenceFrame referenceFrame, YoVariableRegistry registry, java.lang.String modelFilePath, boolean showCoordinateSystem)
           
DynamicGraphicVRML(java.lang.String name, us.ihmc.utilities.math.geometry.ReferenceFrame referenceFrame, YoVariableRegistry registry, java.lang.String modelFilePath, javax.vecmath.Vector3d graphicOffset, javax.vecmath.Matrix3d graphicRotation, javax.media.j3d.Appearance appearance, boolean showCoordinateSystem, double coordinateAxisLength)
           
DynamicGraphicVRML(java.lang.String name, us.ihmc.utilities.math.geometry.ReferenceFrame referenceFrame, YoVariableRegistry registry, java.lang.String modelFilePath, javax.vecmath.Vector3d graphicOffset, javax.vecmath.Matrix3d graphicRotation, boolean showCoordinateSystem)
           
 
Method Summary
 void update()
           
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicCoordinateSystem
createArtifact, getPosition, getScale, getYawPitchRoll, setPosition, setPosition, setToReferenceFrame, setTransformToWorld, setYawPitchRoll
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
getAppearance, getBranchGroup, getName, hideGraphicObject, isGraphicObjectShowing, showGraphicObject, updateGraphics
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicGraphicVRML

public DynamicGraphicVRML(java.lang.String name,
                          us.ihmc.utilities.math.geometry.ReferenceFrame referenceFrame,
                          YoVariableRegistry registry,
                          java.lang.String modelFilePath,
                          boolean showCoordinateSystem)

DynamicGraphicVRML

public DynamicGraphicVRML(java.lang.String name,
                          us.ihmc.utilities.math.geometry.ReferenceFrame referenceFrame,
                          YoVariableRegistry registry,
                          java.lang.String modelFilePath,
                          javax.vecmath.Vector3d graphicOffset,
                          javax.vecmath.Matrix3d graphicRotation,
                          boolean showCoordinateSystem)

DynamicGraphicVRML

public DynamicGraphicVRML(java.lang.String name,
                          us.ihmc.utilities.math.geometry.ReferenceFrame referenceFrame,
                          YoVariableRegistry registry,
                          java.lang.String modelFilePath,
                          javax.vecmath.Vector3d graphicOffset,
                          javax.vecmath.Matrix3d graphicRotation,
                          javax.media.j3d.Appearance appearance,
                          boolean showCoordinateSystem,
                          double coordinateAxisLength)
Method Detail

update

public void update()