public static interface InstantTracker.ScenePickingCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompletion(boolean success,
Vector3<Float> result)
Is triggered when the query for the 3D point cloud position from a provided 2D screen position is completed.
|
void onCompletion(boolean success, Vector3<Float> result)
success
- True if the 3D point cloud position could be found.result
- Vector3
describing the 3D point cloud position.