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

How to make object rotate by gesture?

Hi guys , I want to rotate my gameobject by gesture.
I have already done that by voice command, and I have watch Holograms 211.
I found out that, In the HTK,there's no GestureManager.cs anymore, only gestures input.cs and gestures responder.cs.
I know I can attach Hand Draggable.cs onto my gameobject to drag it, but how to rotate?
Thanks

Best Answer

Answers

  • Options

    Should I do that by use IInputHandler.cs and INavagationHandler.cs?

  • Options

    @TerraSame said:
    Hi... crazy thing that Microsoft updated the file names in the HoloToolKit but did not update the Tutorials to match... Made me wize-in-the-wind for days... I would suggest you contact support about this... Now, as far as rotate, I would suggest you look at the tutorial with the Astronaut as they have rotating working in that tutorial the way you want it and of course all the files are in the download... Best of luck... :)

    :( I just don't know how to use navigation gesture...but thanks anyway!

  • Options

    i implemented the same logic months ago..it wasn't bad and still have to try the new HTK

Sign In or Register to comment.