|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PickingRayComputer
Interface for all classes that may provide picking rays that may be sent into a scene, based on a point in screen coordinates.
Method Summary | |
---|---|
Ray |
computePickingRay(int x,
int y)
Returns the picking ray for the given position. |
Method Detail |
---|
Ray computePickingRay(int x, int y)
x
- The x-coordinatey
- The y-coordinate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |