Enum XrEyeExpressionHTC
Indicates the eye expressions. Refer to XrEyeExpressionHTC about the illustrations.
Namespace: VIVE.OpenXR.FacialTracking
Assembly: VIVE.OpenXR.dll
Syntax
public enum XrEyeExpressionHTC
Fields
Name | Description |
---|---|
XR_EYE_EXPRESSION_LEFT_BLINK_HTC | This blend shape influences blinking of the right eye. When this value goes higher, left eye approaches close. |
XR_EYE_EXPRESSION_LEFT_DOWN_HTC | This blendShape influences the muscles around the left eye, moving these muscles further downward with a higher value. |
XR_EYE_EXPRESSION_LEFT_IN_HTC | This blendShape influences the muscles around the left eye, moving these muscles further rightward with a higher value. |
XR_EYE_EXPRESSION_LEFT_OUT_HTC | This blendShape influences the muscles around the left eye, moving these muscles further leftward with a higher value. |
XR_EYE_EXPRESSION_LEFT_SQUEEZE_HTC | The blend shape closes eye tightly and at that time XR_EYE_EXPRESSION_LEFT_BLINK_HTC value is 1. |
XR_EYE_EXPRESSION_LEFT_UP_HTC | This blendShape influences the muscles around the left eye, moving these muscles further upward with a higher value. |
XR_EYE_EXPRESSION_LEFT_WIDE_HTC | This blend shape keeps left eye wide and at that time XR_EYE_EXPRESSION_LEFT_BLINK_HTC value is 0. |
XR_EYE_EXPRESSION_MAX_ENUM_HTC | |
XR_EYE_EXPRESSION_RIGHT_BLINK_HTC | This blend shape influences blinking of the right eye. When this value goes higher, right eye approaches close. |
XR_EYE_EXPRESSION_RIGHT_DOWN_HTC | This blendShape influences the muscles around the right eye, moving these muscles further downward with a higher value. |
XR_EYE_EXPRESSION_RIGHT_IN_HTC | This blendShape influences the muscles around the right eye, moving these muscles further leftward with a higher value. |
XR_EYE_EXPRESSION_RIGHT_OUT_HTC | This blendShape influences the muscles around the right eye, moving these muscles further rightward with a higher value. |
XR_EYE_EXPRESSION_RIGHT_SQUEEZE_HTC | The blend shape closes eye tightly and at that time XR_EYE_EXPRESSION_RIGHT_BLINK_HTC value is 1. |
XR_EYE_EXPRESSION_RIGHT_UP_HTC | This blendShape influences the muscles around the right eye, moving these muscles further upward with a higher value. |
XR_EYE_EXPRESSION_RIGHT_WIDE_HTC | This blend shape keeps right eye wide and at that time XR_EYE_EXPRESSION_RIGHT_BLINK_HTC value is 0. |