We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88afeff commit 4e19e52Copy full SHA for 4e19e52
1 file changed
ViveStreamingEyes.cs
@@ -88,7 +88,7 @@ private void UpdateEyeDirection(Eye eye, FaceData.EyeDataIndex xIndex, FaceData.
88
var direction = new float3(
89
eyeData[xIndex],
90
eyeData[yIndex],
91
- eyeData[zIndex]
+ -eyeData[zIndex]
92
).Normalized;
93
94
if (!direction.IsNaN && !direction.Approximately(float3.Zero, 0.001f))
0 commit comments