public interface TerrainPicker
| Modifier and Type | Method and Description | 
|---|---|
| int | getTerrainIntersection(Ray worldPick,
                      CollisionResults results)Ask for the point of intersection between the given ray and the terrain. | 
int getTerrainIntersection(Ray worldPick, CollisionResults results)
worldPick - our pick ray, in world space.