microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Sample Scene: Add SurfaceMagnetismSpatialAwarenessExample to MRTK3 #11499

Closed AMollis closed 1 year ago

AMollis commented 1 year ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


MRTK2 Scene Name

SurfaceMagnetismSpatialAwarenessExample

Overview

This scene demonstrates use of the Surface Magnetism Solver with Spatial Awareness. Using these two, you can make an object snap to surface and follow the pointer. In this example scene, the plane is following the end point of the hand ray while alinging with the surface normal.

More Context

Uses SolverHandler and Surface Magnetism

AMollis commented 1 year ago

Done