Difference between revisions of "EyeManager (Component)"

From Neos Wiki
Jump to navigation Jump to search
(Creating the page (with a bot!))
 
(Added Documentation for what values do & added an introduction)
 
Line 10: Line 10:
 
<!--T:2-->
 
<!--T:2-->
 
== Intoduction ==
 
== Intoduction ==
 +
{{Quotation|''Eye see you''|Groxxy}}
 +
The '''Eye Manager''' Component is a component that is used for configuring the Eyes of an avatar, Both supporting simulated eye-movement, and real eye tracking using a headset with built in eye tracking sensors such as the HTC Vive pro eye.
 +
 +
This component is automatically set up by default when setting up an avatar with detectable eyes and blink shape keys.
  
 
<!--T:3-->
 
<!--T:3-->
Line 26: Line 30:
 
|RightEyeWiden|Float|  
 
|RightEyeWiden|Float|  
 
|CombinedEyeWiden|Float|  
 
|CombinedEyeWiden|Float|  
|EyeDataSource|IEyeDataSourceComponent|  
+
|EyeDataSource|IEyeDataSourceComponent| Eye tracking data
|SimulatingUser|User|  
+
|SimulatingUser|User| Determines the user simulating the eye manager
|SimulateOnHost|Bool|  
+
|SimulateOnHost|Bool| Determines if the eye manager is simulated by the host
|IgnoreLocalUserHead|Bool|  
+
|IgnoreLocalUserHead|Bool| Determines if the eye manager should ignore the local user's head
|UserHeadWeight|Float|  
+
|UserHeadWeight|Float| Weight for looking at other user heads
|UserHandWeight|Float|  
+
|UserHandWeight|Float| Weight for looking at hands
|GrippingHandWeight|Float|  
+
|GrippingHandWeight|Float| Weight for looking at hands that are gripping
|CameraWeight|Float|  
+
|CameraWeight|Float| Weight for looking at cameras
|ForcedCameraWeight|Float|  
+
|ForcedCameraWeight|Float| Weight for looking at cameras that are forcing eyes to look at it
|EyeReference|Slot|  
+
|EyeReference|Slot| Slot that is used for referencing the origin of eye tracking data
|EyeSeparation|Float|  
+
|EyeSeparation|Float| Seperation of the eyes
|SaccadeSpeed|Float|  
+
|SaccadeSpeed|Float| Speed the eyes move during saccades (does not affect eye tracking)
|LookTargetRoot|Slot|  
+
|LookTargetRoot|Slot| Slot that the eyes should look at
 
|LookTargetLocalPoint|Float3|  
 
|LookTargetLocalPoint|Float3|  
 
|LeftEyeTargetOffset|Float3|  
 
|LeftEyeTargetOffset|Float3|  
 
|RightEyeTargetOffset|Float3|  
 
|RightEyeTargetOffset|Float3|  
 
|LookTargetOffset|Float3|  
 
|LookTargetOffset|Float3|  
|MinRandomSaccadeInterval|Float|  
+
|MinRandomSaccadeInterval|Float| Minimum time in seconds between random saccades
|MaxRandomSaccadeInterval|Float|  
+
|MaxRandomSaccadeInterval|Float| Maximum time in seconds between random saccades
|MinTargetSaccadeInterval|Float|  
+
|MinTargetSaccadeInterval|Float| Minimum time in seconds between Targeting saccades
|MaxTargetSaccadeInterval|Float|  
+
|MaxTargetSaccadeInterval|Float| Maximum time in seconds between Targeting saccades
|MaxRandomSaccadeOffset|Float|  
+
|MaxRandomSaccadeOffset|Float| Maximum distance the eyes can randomly saccade off of the center of a target
|DefaultAcceptAngle|Float|  
+
|DefaultAcceptAngle|Float| Maximum acceptance angle for random objects
|DefaultBreakAngle|Float|  
+
|DefaultBreakAngle|Float| Maximum angle before breaking eye contact with random objects
|HeadAcceptAngle|Float|  
+
|HeadAcceptAngle|Float| Maximum acceptance angle for Players
|HeadBreakAngle|Float|  
+
|HeadBreakAngle|Float| Maximum angle before breaking eye contact with Players
|CameraAcceptAngle|Float|  
+
|CameraAcceptAngle|Float| Maximum acceptance angle for cameras
|CameraBreakAngle|Float|  
+
|CameraBreakAngle|Float| Maximum angle before breaking eye contact with cameras
|HandAcceptAngle|Float|  
+
|HandAcceptAngle|Float| Maximum acceptance angle for hands
|HandBreakAngle|Float|  
+
|HandBreakAngle|Float| Maximum angle before breaking eye contact with hands
 
|DistanceCompensationExp|Float|  
 
|DistanceCompensationExp|Float|  
|LeftEyeCloseOverride|Float|  
+
|LeftEyeCloseOverride|Float| Overrides the left eyelid when open
|RightEyeCloseOverride|Float|  
+
|RightEyeCloseOverride|Float| Overrides the right eyelid when open
|MinBlinkInterval|Float|  
+
|MinBlinkInterval|Float| Minimum interval between blinks in seconds
|MaxBlinkInterval|Float|  
+
|MaxBlinkInterval|Float| Maximum interval between blinks in seconds
|BlinkMinSpeed|Float|  
+
|BlinkMinSpeed|Float| Minimum Speed for blinks
|BlinkMaxSpeed|Float|  
+
|BlinkMaxSpeed|Float| Maximum Speed for blinks
 
|BlinkSpeedSpread|Float|  
 
|BlinkSpeedSpread|Float|  
|MinPupilSize|Float|  
+
|MinPupilSize|Float| Minimum pupil size
|MaxPupilSize|Float|  
+
|MaxPupilSize|Float| Maximum pupil size
|PupilSizeNoiseSpeed|Float|  
+
|PupilSizeNoiseSpeed|Float| How fast the random pupil noise will move
 
|PupilSizeNoiseOffset|Float|  
 
|PupilSizeNoiseOffset|Float|  
|EyeTrackingPupilSizeSmoothSpeed|Float|  
+
|EyeTrackingPupilSizeSmoothSpeed|Float| Smooth speed for tracked pupil dilation
|MiniExpressionProbability|Float|  
+
|MiniExpressionProbability|Float| chance for a miniexpression to occur
|MiniExpressionInterval|Float|  
+
|MiniExpressionInterval|Float| Interval between attempting to do a miniexpression
 
|MiniExpressions|MiniExpression|  
 
|MiniExpressions|MiniExpression|  
 
}}
 
}}

Latest revision as of 21:34, 15 May 2021


This article or section is a Stub. You can help the Neos Wiki by expanding it.


EyeManager component as seen in the Scene Inspector

Intoduction

Eye see you

— Groxxy

The Eye Manager Component is a component that is used for configuring the Eyes of an avatar, Both supporting simulated eye-movement, and real eye tracking using a headset with built in eye tracking sensors such as the HTC Vive pro eye.

This component is automatically set up by default when setting up an avatar with detectable eyes and blink shape keys.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated
Enabled Bool Controls whether or not this component is enabled
TargetPoint Float3
LeftEyeTargetPoint Float3
RightEyeTargetPoint Float3
LeftEyeClose Float
RightEyeClose Float
CombinedEyeClose Float
LeftEyePupilSizeMillimeters Float
RightEyePupilSizeMillimeters Float
CombinedEyePupilSizeMillimeters Float
LeftEyeWiden Float
RightEyeWiden Float
CombinedEyeWiden Float
EyeDataSource IEyeDataSourceComponent Eye tracking data
SimulatingUser User Determines the user simulating the eye manager
SimulateOnHost Bool Determines if the eye manager is simulated by the host
IgnoreLocalUserHead Bool Determines if the eye manager should ignore the local user's head
UserHeadWeight Float Weight for looking at other user heads
UserHandWeight Float Weight for looking at hands
GrippingHandWeight Float Weight for looking at hands that are gripping
CameraWeight Float Weight for looking at cameras
ForcedCameraWeight Float Weight for looking at cameras that are forcing eyes to look at it
EyeReference Slot Slot that is used for referencing the origin of eye tracking data
EyeSeparation Float Seperation of the eyes
SaccadeSpeed Float Speed the eyes move during saccades (does not affect eye tracking)
LookTargetRoot Slot Slot that the eyes should look at
LookTargetLocalPoint Float3
LeftEyeTargetOffset Float3
RightEyeTargetOffset Float3
LookTargetOffset Float3
MinRandomSaccadeInterval Float Minimum time in seconds between random saccades
MaxRandomSaccadeInterval Float Maximum time in seconds between random saccades
MinTargetSaccadeInterval Float Minimum time in seconds between Targeting saccades
MaxTargetSaccadeInterval Float Maximum time in seconds between Targeting saccades
MaxRandomSaccadeOffset Float Maximum distance the eyes can randomly saccade off of the center of a target
DefaultAcceptAngle Float Maximum acceptance angle for random objects
DefaultBreakAngle Float Maximum angle before breaking eye contact with random objects
HeadAcceptAngle Float Maximum acceptance angle for Players
HeadBreakAngle Float Maximum angle before breaking eye contact with Players
CameraAcceptAngle Float Maximum acceptance angle for cameras
CameraBreakAngle Float Maximum angle before breaking eye contact with cameras
HandAcceptAngle Float Maximum acceptance angle for hands
HandBreakAngle Float Maximum angle before breaking eye contact with hands
DistanceCompensationExp Float
LeftEyeCloseOverride Float Overrides the left eyelid when open
RightEyeCloseOverride Float Overrides the right eyelid when open
MinBlinkInterval Float Minimum interval between blinks in seconds
MaxBlinkInterval Float Maximum interval between blinks in seconds
BlinkMinSpeed Float Minimum Speed for blinks
BlinkMaxSpeed Float Maximum Speed for blinks
BlinkSpeedSpread Float
MinPupilSize Float Minimum pupil size
MaxPupilSize Float Maximum pupil size
PupilSizeNoiseSpeed Float How fast the random pupil noise will move
PupilSizeNoiseOffset Float
EyeTrackingPupilSizeSmoothSpeed Float Smooth speed for tracked pupil dilation
MiniExpressionProbability Float chance for a miniexpression to occur
MiniExpressionInterval Float Interval between attempting to do a miniexpression
MiniExpressions MiniExpression

Behavior

Examples

Related Components