.. | |||
Materials | 6 years ago | ||
Prefabs | 6 years ago | ||
Scripts | 6 years ago | ||
Materials.meta | 6 years ago | ||
Prefabs.meta | 6 years ago | ||
README.md | 6 years ago | ||
README.md.meta | 6 years ago | ||
Scripts.meta | 6 years ago |
Scripts that leverage boundary APIs in Unity. These are useful for rendering the floor for immersive devices. You can also check if a particular game object is within the established boundary or not.
Prefabs related to the boundary features.
A simple quad scaled up to 10x that will be rendered as the floor for an immersive device.
Places a floor quad to ground the scene. Allows you to check if your GameObject is within setup boundary on the immersive headset. Boundary can be configured via the Mixed Reality Portal.
To use the scene:
Shows how to check if an object is within boundary and render a floor quad.
We render the floor quad at (0,0,-3) in editor. There are 4 different cubes in the test scene which try to demonstrate if an object is within or outside the setup boundary.
####