The '''AvatarRawEyeData''' component provides the eye tracking data on a particular User. This component links to a user upon being part of an Avatar that a user equips.
<!--T:2-->
== Intoduction ==
<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|IsTracking|Bool|
|LeftEye|{{RootFieldType|(nested)|[[#EyeData|AvatarRawEyeData.EyeData]]}}|TypeAdv0=true| Data about the left eye from the user's eye tracking device
|Origin|Float3|
|RightEye|{{RootFieldType|(nested)|[[#EyeData|AvatarRawEyeData.EyeData]]}}|TypeAdv1=true| Data about the right eye from the user's eye tracking device
|Direction|Float3|
|CombinedEye|{{RootFieldType|(nested)|[[#EyeData|AvatarRawEyeData.EyeData]]}}|TypeAdv2=true| Data about combined eye Data from the user's tracking device
|PupilDiameter|Float|
|ConvergenceDistance|Float| The User's eye tracking convergence distance data
|Openness|Float|
|Timestamp|Double| The timestamp value gotten directly from the eye tracking device.
|IsTracking|Bool|
|_activeUser|User| The user that the component is reading eye tracking data from.
|Origin|Float3|
}}
|Direction|Float3|
|PupilDiameter|Float|
== EyeData ==
|Openness|Float|
{{Table TypeFields
|IsTracking|Bool|
|IsTracking|bool| Whether the device is tracking this eye.
|Origin|Float3|
|Origin|Float3| The position of the eyeball.
|Direction|Float3|
|Direction|Float3| the direction the eye is looking
|PupilDiameter|Float|
|PupilDiameter|float| The diameter of the eyes in mm
|Openness|Float|
|Openness|float| Whether the eyes are open or closed.
|ConvergenceDistance|Float|
|Widen|float| how wide the eyes are in surprise
|_activeUser|User|
|Squeeze|float| how much the eyes are squinting
|Frown|float| how much the eyes are affected by the face stretching into a frown
|InnerBrowVertical|float| The vertical movement of the inner edge of the eyebrow
|OuterBrowVertical|float| The vertical movement of the outer edge of the eyebrow
[[Category:Components:Users:Common Avatar System:Face{{#translation:}}|Avatar Raw Eye Data]]
Latest revision as of 06:00, 17 March 2025
Component image
Avatar Raw Eye Data component as seen in the Scene Inspector
The AvatarRawEyeData component provides the eye tracking data on a particular User. This component links to a user upon being part of an Avatar that a user equips.