| Package | Description |
|---|---|
| com.jme3.terrain.geomipmap.picking |
| Modifier and Type | Class and Description |
|---|---|
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.
|