Uses of Class
com.jmex.terrain.TerrainBlock

Packages that use TerrainBlock
com.jmex.terrain.util   
 

Uses of TerrainBlock in com.jmex.terrain.util
 

Methods in com.jmex.terrain.util with parameters of type TerrainBlock
protected  boolean BresenhamTerrainPicker.checkTriangles(float gridX, float gridY, Ray pick, Vector3f intersection, TerrainBlock block)
          Check the two triangles of a given grid space for intersection.
protected  int BresenhamTerrainPicker.findClosestHeightIndex(Vector3f position, TerrainBlock block)
          Finds the closest height point to a position.
protected  boolean BresenhamTerrainPicker.getTriangles(float gridX, float gridY, TerrainBlock block)
          Request the triangles (in world coord space) of a TerrainBlock that correspond to the given grid location.