|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.aviatrix3d.management.DebugPickingHandler
public class DebugPickingHandler
The default internal implementation of the pick handling system. tests.
Method Summary | |
---|---|
void |
pickBatch(PickTarget root,
PickRequest[] req,
int numRequests)
Check for all intersections against this geometry and it's children to see if there is an intersection with the given set of requests. |
void |
pickSingle(PickTarget root,
PickRequest req)
Check for all intersections against this geometry and it's children to see if there is an intersection with the given set of requests. |
void |
setErrorReporter(org.j3d.util.ErrorReporter reporter)
Register an error reporter with the engine so that any errors generated by the node's internals can be reported in a nice, pretty fashion. |
void |
traceNextFrames(int count)
Set the debug frame counter to the new number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setErrorReporter(org.j3d.util.ErrorReporter reporter)
setErrorReporter
in interface PickingManager
reporter
- The instance to use or nullpublic void pickBatch(PickTarget root, PickRequest[] req, int numRequests) throws NotPickableException
pickBatch
in interface PickingManager
root
- The root point to start the pick processing fromreq
- The list of picks to be made, starting at this objectnumRequests
- The number of valid pick requests to process
NotPickableException
- This object has been marked as non pickable,
but you decided to try to call the method anywaypublic void pickSingle(PickTarget root, PickRequest req) throws NotPickableException
pickSingle
in interface PickingManager
root
- The root point to start the pick processing fromreq
- The details of the pick to be made
NotPickableException
- This object has been marked as non pickable,
but you decided to try to call the method anywaypublic void traceNextFrames(int count)
count
- number of calls to process
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |