|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.aviatrix3d.picking.PickInstructions
public class PickInstructions
Container for returning the details about what should be picked as a
a set of children from a node that implements the CustomPickTarget
interface.
The data stored in this class is considered to be temporary only - it lasts just enough time to process the children for further pickable objects.
| Field Summary | |
|---|---|
PickTarget[] |
children
The array of children pickables that are valid children for travering for further culling. |
boolean |
hasTransform
Flag to indicate if the transform needs to be used from this class as part of the traversal of the scene graph. |
javax.vecmath.Matrix4f |
localTransform
The local transformation matrix that should be applied as part of the traversal process. |
int |
numChildren
The number of children to process from the list. |
| Constructor Summary | |
|---|---|
PickInstructions()
Initialise a new instance of this instruction. |
|
| Method Summary | |
|---|---|
void |
resizeChildren(int size)
Convenience method to resize the children array to be at least the required minimum size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public PickTarget[] children
public int numChildren
public boolean hasTransform
public javax.vecmath.Matrix4f localTransform
hasTransform to false and ignore this matrix.
| Constructor Detail |
|---|
public PickInstructions()
| Method Detail |
|---|
public void resizeChildren(int size)
size - The minimum length that this array should be
|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||