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