mirror of https://github.com/vladmandic/human
update output definitions
parent
98d8ce6e8b
commit
07cf5a489e
|
@ -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
|
matrix: [] // flat array of [3,3] that can be directly used for GL matrix rotations such as in Three.js
|
||||||
gaze:
|
gaze:
|
||||||
{
|
{
|
||||||
angle, // direction of gaze in radians
|
bearing, // 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
|
|
||||||
strength, // strength of a gaze at a direction of angle
|
strength, // strength of a gaze at a direction of angle
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue