We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81aaf6 commit 3585070Copy full SHA for 3585070
Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/Pointers/SpherePointer.cs
@@ -374,7 +374,6 @@ private bool isInFOVCone(Collider myCollider)
374
/// <param name="coneAngleBufferDegrees">Degrees to expand the cone by.</param>
375
/// <param name="minDist">Point must be at least this far away (along the camera forward) from camera. </param>
376
/// <param name="maxDist">Point must be at most this far away (along camera forward) from camera. </param>
377
- /// <returns></returns>
378
private static bool isPointInFOVCone(
379
Vector3 point,
380
float coneAngleBufferDegrees = 0,
0 commit comments