UWP platform-specific functionality accessed via the PlatformController
◆ vuPlatformControllerSetHolographicAppCS()
VuResult vuPlatformControllerSetHolographicAppCS |
( |
VuController * | controller, |
|
|
void * | appSpecifiedCS ) |
Set the app-specific coordinate system for Windows Holographic applications.
- Note
- Setting the coordinate system will reset device tracking and destroy all anchors
- Parameters
-
controller | Platform controller retrieved from Engine (see vuEngineGetPlatformController) |
appSpecifiedCS | Pointer of type "ABI::Windows::Perception::Spatial::ISpatialCoordinateSystem" representing your Hololens app's coordinate system |
◆ vuPlatformControllerSetHolographicAppCSFromIUnknown()
VuResult vuPlatformControllerSetHolographicAppCSFromIUnknown |
( |
VuController * | controller, |
|
|
void * | appSpecifiedCS ) |
Set the app-specific coordinate system for Windows Holographic applications.
- Note
- Setting the coordinate system will reset device tracking and destroy all anchors
- Parameters
-
controller | Platform controller retrieved from Engine (see vuEngineGetPlatformController) |
appSpecifiedCS | Pointer to an "IUnknown" with underlying type "Windows::Perception::Spatial::ISpatialCoordinateSystem" representing your Hololens app's coordinate system |