|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PickRequest | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline | Implementations of the various pipeline pieces. |
Uses of PickRequest in org.j3d.aviatrix3d |
Methods in org.j3d.aviatrix3d with parameters of type PickRequest | |
void |
SharedNode.pickBatch(PickRequest[] reqs,
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 |
SharedNode.pickSingle(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 |
Shape3D.pickBatch(PickRequest[] reqs,
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 |
Shape3D.pickSingle(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 |
PickingHandler.pickBatch(PickableObject 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 |
PickingHandler.pickSingle(PickableObject 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 |
PickableObject.pickBatch(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 |
PickableObject.pickSingle(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 |
Group.pickBatch(PickRequest[] reqs,
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 |
Group.pickSingle(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 |
Geometry.pickBatch(PickRequest[] reqs,
int numRequests)
Check for all intersections against this geometry to see if there is an intersection with the given set of requests. |
void |
Geometry.pickSingle(PickRequest req)
Check for all intersections against this geometry to see if there is an intersection with the given set of requests. |
Uses of PickRequest in org.j3d.aviatrix3d.pipeline |
Methods in org.j3d.aviatrix3d.pipeline with parameters of type PickRequest | |
void |
DefaultPickingHandler.pickBatch(PickableObject 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 |
DefaultPickingHandler.pickSingle(PickableObject 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. |
|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |