diff --git a/Assets/Scripts/ExperimentController.cs b/Assets/Scripts/ExperimentController.cs index d789b30..e3a1393 100644 --- a/Assets/Scripts/ExperimentController.cs +++ b/Assets/Scripts/ExperimentController.cs @@ -71,6 +71,7 @@ public class ExperimentController : MonoBehaviour { stopwatch.Stop(); double time = stopwatch.Elapsed.TotalSeconds; stopwatch.Reset(); + double angle = Vector3.Angle(nextDot.transform.position, playerCamera.transform.position); double arcDistance = angle * (float)(Math.PI / 180) * 10; Hide(nextDot);