Difference between revisions of "UBIK HoloLens Client Basics"
(→Commands) |
(→Commands) |
||
Line 26: | Line 26: | ||
|- | |- | ||
| ''Hide documents|| Hides the document list | | ''Hide documents|| Hides the document list | ||
+ | |- | ||
+ | | ''Next|| When documents are shown, brings the next document to the front of the list | ||
+ | |- | ||
+ | | ''Previous|| When documents are shown, brings the previous document to the front of the list | ||
|- | |- | ||
| ''Save objects|| Saves the location of each POI and document to the server (if available) | | ''Save objects|| Saves the location of each POI and document to the server (if available) |
Revision as of 15:06, 24 April 2017
Login
The HoloLens App uses the first profile that was found where IsDefault is set to true. If non is found it will connect to the Demo server automatically.
Commands
The HoloLens App can be controlled with voice commands and gestures.
Command | Purpose |
---|---|
Create POI | Creates a new POI at the spot the user is currently gazing at |
Assign POI | Switches the currently focused POI into dictation mode and listens for text input. The text is searched against the data model. |
Move POI | Puts the POI or document in movement mode. This can also be triggered by AirTapping the POI |
Place POI | Places the POI or document that is currently being moved |
Delete POI | Removes a POI or document from the virtual world |
Reset world | Removes all placed POIs and documents from the virtual world |
Refresh POI | Reloads the UBIK object behind the POI |
Show documents | Displays a list of documents associated to the POI. The documents can be picked (AirTap) and placed like regular POIs |
Hide documents | Hides the document list |
Next | When documents are shown, brings the next document to the front of the list |
Previous | When documents are shown, brings the previous document to the front of the list |
Save objects | Saves the location of each POI and document to the server (if available) |
Load objects | Restores are previously saved POIs and documents to their previous location by retrieving them from the server (if available) |