Uses of Interface
com.jme3.terrain.geomipmap.picking.TerrainPicker
Packages that use TerrainPicker
-
Uses of TerrainPicker in com.jme3.terrain.geomipmap.picking
Classes in com.jme3.terrain.geomipmap.picking that implement TerrainPickerModifier and TypeClassDescriptionclassIt 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.