Uses of Class
synergynetframework.jme.pickingsystem.PickedSpatial

Packages that use PickedSpatial
synergynetframework.jme.pickingsystem   
 

Uses of PickedSpatial in synergynetframework.jme.pickingsystem
 

Methods in synergynetframework.jme.pickingsystem that return types with arguments of type PickedSpatial
 java.util.List<PickedSpatial> AccurateOrthogonalTrianglePickResults.getPickedItems()
          Gets the picked items.
static java.util.List<PickedSpatial> AccuratePickingUtility.pickAll(com.jme.scene.Node rootNode, com.jme.math.Vector2f mousePos)
          Pick all.
static java.util.List<PickedSpatial> AccuratePickingUtility.pickAllOrthogonal(com.jme.scene.Node rootNode, com.jme.math.Vector2f mousePos)
          Pick all orthogonal.