|
VisioMove SDK (Android)
2.1.22
|

Public Member Functions | |
| void | swigReleaseOwnership () |
| void | swigTakeOwnership () |
| void | postDraw (VgIEngineContext pContext) |
| void | setEngine (VgIEngine pEngine) |
Public Member Functions inherited from VgReferenced | |
| synchronized void | release () |
| VgReferenced () | |
| VgReferenced (VgReferenced pThis) | |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
This callback is used to draw some elements on the screen after the 3D view has been drawn.
| void VgIEnginePostDrawCallback.postDraw | ( | VgIEngineContext | pContext | ) |
This method is called after a 3D view is rendered.
| pContext | the context used to draw on the screen. |
| void VgIEnginePostDrawCallback.setEngine | ( | VgIEngine | pEngine | ) |
Set the engine associated with the callback. The is set automatically by the engine when the object is added as a listener of the post draw events.
| pEngine | The engine to which this callback was added to. |
| void VgIEnginePostDrawCallback.swigReleaseOwnership | ( | ) |
| void VgIEnginePostDrawCallback.swigTakeOwnership | ( | ) |