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.

Chapter 2: Gaze


I apologize for being a novice but how did you get pass chapter 2? How do I edit the GazeManager.cs and Cursormanager.cs file, and edit it to perform the following tasks:
1.Perform a physics raycast,
2.Store the position and normal of the raycast intersection,
3.If the raycast did not hit anything, set the position and normal to defaults.

gokk.PNG 145.2K

Best Answers

Answers

  • @DavidKlineMS Thank you for the detailed response. Where should I place the scripts? here you can see I have the manager object and cursor object listed in the hierarchy. Is this how it should look?

  • @evanjames,

    You are overwriting the contents of the scripts. Earlier in the tutorial they got attached to the appropriate objects.

    Were you intending to post an image?

    Thanks!
    David

  • evanjamesevanjames
    edited May 2016

    @DavidKlineMS
    I did attached two images but apparently they did not upload completely .

    c.PNG 826.5K
    g.PNG 820.3K
Sign In or Register to comment.