|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PickListenerBase
This listener is notified, when the picking is actually done.
ScheduledPicker| Method Summary | |
|---|---|
void |
onPickingMissed(java.lang.Object userObject,
long pickTime)
this Event is fired when a pickray didn't hit any node |
boolean |
testIntersectionsInWorldSpaceForPicking()
By default this method should return false. |
| Method Detail |
|---|
boolean testIntersectionsInWorldSpaceForPicking()
false.true, ray triangle intersections are tested in world space instead of object space.
void onPickingMissed(java.lang.Object userObject,
long pickTime)
userObject - this userObject is passed to the Picker and back to this methodpickTime - the needed time to do this picking
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||