us.ihmc.graphics3DAdapter.graphics.instructions
Class Graphics3DAddHeightMapInstruction

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DInstruction
      extended by us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DAddHeightMapInstruction
All Implemented Interfaces:
Graphics3DPrimitiveInstruction

public class Graphics3DAddHeightMapInstruction
extends Graphics3DInstruction


Constructor Summary
Graphics3DAddHeightMapInstruction(HeightMap heightMap, int xPointsPerSide, int yPointsPerSide, AppearanceDefinition appearance)
           
 
Method Summary
 HeightMap getHeightMap()
           
 int getXPointsPerSide()
           
 int getYPointsPerSide()
           
 
Methods inherited from class us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DInstruction
getAppearance, setAppearance, setAppearanceChangedListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graphics3DAddHeightMapInstruction

public Graphics3DAddHeightMapInstruction(HeightMap heightMap,
                                         int xPointsPerSide,
                                         int yPointsPerSide,
                                         AppearanceDefinition appearance)
Method Detail

getHeightMap

public HeightMap getHeightMap()

getXPointsPerSide

public int getXPointsPerSide()

getYPointsPerSide

public int getYPointsPerSide()