Skip to content

Commit d4f3089

Browse files
committed
Updates to ET navigation demo scene due to accomodate for updated scripts
- Needed to update parameters due to script changes - While at it, update of description text re-enabled the eyes+hands rotation. - Disabled sending back the summoned hologram when looking off of it, as this triggered sending it back, every time I raised my hand due to a focus switch.
1 parent c0c4abb commit d4f3089

File tree

2 files changed

+237
-43
lines changed

2 files changed

+237
-43
lines changed

Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/Demo_ScrollPanZoom/Scripts/Target_MoveToCamera.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ protected override void Update()
4949

5050
protected override void OnEyeFocusStop()
5151
{
52-
if (isInNearFocusMode && (!inTransition))
53-
{
54-
OnSelect();
55-
}
5652
}
5753

5854
public void OnSelect()

0 commit comments

Comments
 (0)