Skip to content

Commit 88d28d5

Browse files
author
Julia Schwarz
committed
Merge branch 'issue/6634' of https://github.com/julenka/MixedRealityToolkit-Unity into issue/6634
2 parents 3b4998a + 71df836 commit 88d28d5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Documentation/Contributing/ExperimentalFeatures.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ See [this PR](https://github.com/microsoft/MixedRealityToolkit-Unity/pull/4532)
4242

4343
Add an `[Experimental]` attribute above one of your fields to have a small dialog appear in the component editor that mentions your feature is experimental and subject to significant changes.
4444

45-
4645
### Menus for experimental features should go under "Experimental" sub-menu
4746

4847
Ensure that experimental features are under "experimental" sub-menus when adding commands to menus in the editor. Here are a few examples:

Documentation/Input/Pointers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ Useful Sphere Pointer properties:
108108
> The Spatial Awareness layer is disabled in the default GrabPointer prefab provided by MRTK. This is done to reduce performance impact of doing a sphere overlap query with the spatial mesh. You can enable this by modifying the GrabPointer prefab.
109109
- *Ignore Colliders Not in FOV* - Whether to ignore colliders that may be near the pointer, but not actually in the visual FOV.
110110
This can prevent accidental grabs, and will allow hand rays to turn on when you may be near
111-
a grabbable but cannot see it. Visual FOV is defined by cone centered about display center,
112-
radius equal to half display height.
111+
a grabbable but cannot see it. The *Visual FOV* is defined via a cone instead of the the typical frustum for performance reasons. This cone is centered and oriented the same as the camera's frustum with a radius equal to half display height(or vertical FOV).
113112

114113
<img src="../../Documentation/Images/Input/Pointers/SpherePointer_VisualFOV.png" width="200">
115114

0 commit comments

Comments
 (0)