cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

show and hide hololens

emmanuel001
11-Garnet

show and hide hololens

hi everybody , I saw this video and I wonder how they activated the voice commands to appear or disappear images , any ideas? 

 

https://www.youtube.com/watch?v=JrZUXxcfaA8 

3 REPLIES 3

Hi,

 

This can be done with the Application Events for the HoloLens project.  You can either add the command to one of the pre-defined gesture events, or create your own custom event (which won't have a gesture to run it),

 

custom_application_event.png

 

So they would have various JS functions to control the display of items and then called those functions from the application events.

 

You can read about them in the Studio help here: http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FEyewearExperiences.html

 

 

woooo excelent, thank for you help, do you have an other example en js? for example show and hide or is a same form?

It's the same place.  You just need to define the JS function and then call it from the application event.

Top Tags