|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.pickingsystem.AccuratePickingUtility
public class AccuratePickingUtility
The Class AccuratePickingUtility.
| Constructor Summary | |
|---|---|
AccuratePickingUtility()
|
|
| Method Summary | |
|---|---|
static com.jme.math.Vector3f |
getPointOfIntersection(com.jme.scene.Node rootNode,
com.jme.math.Vector2f mousePos,
com.jme.scene.Spatial spatial)
Gets the point of intersection. |
static java.util.List<PickedSpatial> |
pickAll(com.jme.scene.Node rootNode,
com.jme.math.Vector2f mousePos)
Pick all. |
static java.util.List<PickedSpatial> |
pickAllOrthogonal(com.jme.scene.Node rootNode,
com.jme.math.Vector2f mousePos)
Pick all orthogonal. |
static void |
printPickResults(AccurateOrthogonalTrianglePickResults pickResults)
Prints the pick results. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccuratePickingUtility()
| Method Detail |
|---|
public static com.jme.math.Vector3f getPointOfIntersection(com.jme.scene.Node rootNode,
com.jme.math.Vector2f mousePos,
com.jme.scene.Spatial spatial)
rootNode - the root nodemousePos - the mouse posspatial - the spatial
public static java.util.List<PickedSpatial> pickAll(com.jme.scene.Node rootNode,
com.jme.math.Vector2f mousePos)
rootNode - the root nodemousePos - the mouse pos
public static java.util.List<PickedSpatial> pickAllOrthogonal(com.jme.scene.Node rootNode,
com.jme.math.Vector2f mousePos)
rootNode - the root nodemousePos - the mouse pos
public static void printPickResults(AccurateOrthogonalTrianglePickResults pickResults)
pickResults - the pick results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||