us.ihmc.graphics3DAdapter.jme.terrain
Class JMEHeightMapTerrain

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.jme.terrain.JMEHeightMapTerrain

public class JMEHeightMapTerrain
extends java.lang.Object


Constructor Summary
JMEHeightMapTerrain(HeightMap heightMap, com.jme3.asset.AssetManager assetManager)
           
JMEHeightMapTerrain(HeightMap heightMap, com.jme3.asset.AssetManager assetManager, com.jme3.material.Material material)
           
 
Method Summary
 com.jme3.scene.Node getTerrain()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMEHeightMapTerrain

public JMEHeightMapTerrain(HeightMap heightMap,
                           com.jme3.asset.AssetManager assetManager)

JMEHeightMapTerrain

public JMEHeightMapTerrain(HeightMap heightMap,
                           com.jme3.asset.AssetManager assetManager,
                           com.jme3.material.Material material)
Method Detail

getTerrain

public com.jme3.scene.Node getTerrain()