public interface PickResult
Modifier and Type | Field and Description |
---|---|
static int |
PICK_TYPE_FACE |
static int |
PICK_TYPE_LINE |
static int |
PICK_TYPE_OBJECT |
static int |
PICK_TYPE_POINT |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
returns the index of the picked face/edge/point
|
double[] |
getObjectCoordinates() |
SceneGraphPath |
getPickPath() |
int |
getPickType()
returns if the type of the pick:
- PICK_TYPE_OBJECT
- PICK_TYPE_FACE
- PICK_TYPE_LINE
- PICK_TYPE_POINT
|
int |
getSecondaryIndex() |
double[] |
getTextureCoordinates()
returns texture coordinates if available.
|
double[] |
getWorldCoordinates() |
static final int PICK_TYPE_POINT
static final int PICK_TYPE_LINE
static final int PICK_TYPE_FACE
static final int PICK_TYPE_OBJECT
SceneGraphPath getPickPath()
double[] getWorldCoordinates()
double[] getObjectCoordinates()
int getIndex()
int getSecondaryIndex()
int getPickType()
double[] getTextureCoordinates()