From 07cf5a489e05d5382ec1c2992243d2acc5fd4c18 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 30 May 2021 23:22:01 -0400 Subject: [PATCH] update output definitions --- Outputs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Outputs.md b/Outputs.md index 8dea633..143b926 100644 --- a/Outputs.md +++ b/Outputs.md @@ -42,8 +42,7 @@ result = { matrix: [] // flat array of [3,3] that can be directly used for GL matrix rotations such as in Three.js gaze: { - angle, // direction of gaze in radians - // in range of right=0*pi up=1*pi/2 left=1*pi down=3*pi/2 which is 0 to 360 degrees + bearing, // direction of gaze in radians strength, // strength of a gaze at a direction of angle }, }