Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Scale-Up/Down with Air-tap hold on the Corner

Hi All,

I would like to able to scale-up and down my hologram with the Air-tap hold on the corner of it. Anyone has suggestion how to do it?
Thanks and have a great day.

Cheers,

Answers

  • Options
    AlexDAlexD ✭✭✭

    I assume you mean you need to do this for your own app and not the built-in holograms app.

    The key to this, is using the Manipulation gesture documented here.

    Unfortunately this is not implemented in the helper methods of HoloToolkit so you'll need to write it yourself, but it should not be terribly complicated. Just handle the ManipulationStarted, ManipulationUpdated and ManipulationEnded events.

Sign In or Register to comment.