All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
UWP-specific Platform Controller

Functions

VuResult vuPlatformControllerSetHolographicAppCS (VuController *controller, void *appSpecifiedCS)
 Set the app-specific coordinate system for Windows Holographic applications.
 
VuResult vuPlatformControllerSetHolographicAppCSFromIUnknown (VuController *controller, void *appSpecifiedCS)
 Set the app-specific coordinate system for Windows Holographic applications.
 

Detailed Description

UWP platform-specific functionality accessed via the PlatformController

Function Documentation

◆ 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
controllerPlatform controller retrieved from Engine (see vuEngineGetPlatformController)
appSpecifiedCSPointer 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
controllerPlatform controller retrieved from Engine (see vuEngineGetPlatformController)
appSpecifiedCSPointer to an "IUnknown" with underlying type "Windows::Perception::Spatial::ISpatialCoordinateSystem" representing your Hololens app's coordinate system