|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJMEMultiTouchPicker
Defines the picking system for jMonkeyEngine. Each pick request should result in a List of pick results for that location. Each pick result is a spatial that was found to be under the request location. If the pick request asks for all results to be returned, they will, otherwise, only the closest will be returned.
| Method Summary | |
|---|---|
java.util.List<PickResultData> |
doPick(PickRequest pickRequest)
Do pick. |
java.util.List<PickResultData> |
doPick(PickRequest pickRequest,
boolean worldNodeOnly)
Do pick. |
void |
setOrthogonalPickingRoot(com.jme.scene.Node twod)
Sets the orthogonal picking root. |
void |
setPickingRootNode(com.jme.scene.Node rootNode)
Sets the picking root node. |
| Method Detail |
|---|
java.util.List<PickResultData> doPick(PickRequest pickRequest)
throws PickSystemException
pickRequest - the pick request
PickSystemException - the pick system exception
java.util.List<PickResultData> doPick(PickRequest pickRequest,
boolean worldNodeOnly)
throws PickSystemException
pickRequest - the pick requestworldNodeOnly - the world node only
PickSystemException - the pick system exception
void setOrthogonalPickingRoot(com.jme.scene.Node twod)
throws PickSystemException
twod - the new orthogonal picking root
PickSystemException - the pick system exception
void setPickingRootNode(com.jme.scene.Node rootNode)
throws PickSystemException
rootNode - the new picking root node
PickSystemException - the pick system exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||