Uses of Interface
com.jme3.terrain.geomipmap.picking.TerrainPicker

Packages that use TerrainPicker
com.jme3.terrain.geomipmap.picking   
 

Uses of TerrainPicker in com.jme3.terrain.geomipmap.picking
 

Classes in com.jme3.terrain.geomipmap.picking that implement TerrainPicker
 class BresenhamTerrainPicker
          It basically works by casting a pick ray against the bounding volumes of the TerrainQuad and its children, gathering all of the TerrainPatches hit (in distance order.) The triangles of each patch are then tested using the BresenhamYUpGridTracer to determine which triangles to test and in what order.