|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.intersection.PickResults
PickResults contains information resulting from a pick test.
The results will contain a list of every node that was "struck" during a
pick test.
| Constructor Summary | |
PickResults()
Constructor instantiates a new PickResults object. |
|
| Method Summary | |
abstract void |
addPick(Ray ray,
Geometry s)
|
void |
addPickData(PickData data)
addGeometry places a new Geometry spatial into the
results list. |
void |
clear()
clear clears the list of all Geometry objects. |
int |
getNumber()
getNumber retrieves the number of geometries that have been
placed in the results. |
PickData |
getPickData(int i)
getGeometry retrieves a Geometry from a specific index. |
abstract void |
processPick()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PickResults()
PickResults object.
| Method Detail |
public void addPickData(PickData data)
addGeometry places a new Geometry spatial into the
results list.
public int getNumber()
getNumber retrieves the number of geometries that have been
placed in the results.
public PickData getPickData(int i)
getGeometry retrieves a Geometry from a specific index.
i - the index requested.
public void clear()
clear clears the list of all Geometry objects.
public abstract void addPick(Ray ray,
Geometry s)
public abstract void processPick()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||