|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgIModuleManager | editModuleManager () |
| VgIEngine | editEngine () |
| VgIManipulatorManager | editManipulatorManager () |
| VgIMapModule | editMapModule () |
| VgI3DModule | edit3dModule () |
| VgIRoutingModule | editRoutingModule () |
| VgINavigationModule | editNavigationModule () |
Static Public Member Functions | |
| static VgIApplication | createApplication () |
| static VgIApplication | createApplicationOGL () |
| static VgIApplication | createApplicationOGLES1 () |
| static VgIApplication | createApplicationOGLES2 () |
| static VgIApplication | createApplicationNOHEAD () |
The VgIApplication interface provides a corridor to retrieve objects within the Engine layer. In addition to this it also provides higher level management of the VisioMove view such as advanced camera manipulation.
|
static |
Creates default application
|
static |
Creates application without renderer. Should always return a valid pointer
|
static |
Creates application that use OpenGL.
|
static |
Creates application that use OpenGLES1.
|
static |
Creates application that use OpenGLES2.
| VgI3DModule VgIApplication.edit3dModule | ( | ) |
Returns the 3d module.
| VgIEngine VgIApplication.editEngine | ( | ) |
Retrieves the engine.
| VgIManipulatorManager VgIApplication.editManipulatorManager | ( | ) |
Retrieves the manipulator manager.
| VgIMapModule VgIApplication.editMapModule | ( | ) |
Returns the map module.
| VgIModuleManager VgIApplication.editModuleManager | ( | ) |
Retrieves the module manager.
| VgINavigationModule VgIApplication.editNavigationModule | ( | ) |
Returns the navigation module.
| VgIRoutingModule VgIApplication.editRoutingModule | ( | ) |
Returns the routing module.