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

Repositionable objects tutorial?

Just wondering if there was a tutorial project that just did repositionable objects. I got through 211 and the rotation is great but I would like to be able to move and place objects.

Answers

  • Options
    AlexDAlexD ✭✭✭

    Check out 101. Also take a look at the TapToPlace test scene from HoloTookit. Docs

  • Options

    @BlinkPop as @AlexD mentioned, you can either use the TapToPlace concept or Manipulation to move your hologram as well. Typically TapToPlace is simpler.

  • Options
    edited July 2016

    @BlinkPop,
    There is also a slightly more complicated object placement system in the Holograms 230 course (placeable.cs). It raycasts from the center and corners of the bounding box to determine of the hologram will completely sit on a surface and if that surface is approximately level.

    Unless you need to be very specific about where your hologram sits with respect to a surface, I would recommend TapToPlace.cs, as @neerajwadhwa suggests.

    Thanks!
    David

  • Options

    Does Microsoft plan to make the automatic placement of windows / holograms using this strategy or is this something we are going to have to add to each app? Trying to see if there is perhaps the opportunity to create some hologram manager plugin or if one is coming part of holotoolkit

Sign In or Register to comment.