gaze direction

How correct are the gaze direction values for eyes that are open outward or close inward?

The values for the right eye and the left eye seem to be averaged out.

I use the x component of the eyenode for the gaze direction as follows.

leftEyeAngleX = asin(leftEyeNode.simdTransform.columns.2.x) leftEyeAngleX = asin(leftEyeNode.simdTransform.columns.2.x)

Do you get different values for both for eyes that are open outward or close inward?

For example ,

when eyes are normal direction,

left eye 0.46 degree

right eye -3.85 degree

when eyes are inward direction,

left eye 0.19 degree  -> difference from normal -0.27

iright eye -4.16 degree -> difference from normal -0.31

The right side is positive value.

I think , right eye negative, left eye positive, but the result was different.

gaze direction
 
 
Q