version 2.5.0
This commit is contained in:
@@ -51,10 +51,10 @@ Through feeding the blend shape values of lip expression to an avatar, its facia
|
||||
XR_LIP_EXPRESSION_MOUTH_UPPER_OVERTURN_HTC = 9,
|
||||
XR_LIP_EXPRESSION_MOUTH_LOWER_OVERTURN_HTC = 10,
|
||||
XR_LIP_EXPRESSION_MOUTH_POUT_HTC = 11,
|
||||
XR_LIP_EXPRESSION_MOUTH_SMILE_RIGHT_HTC = 12,
|
||||
XR_LIP_EXPRESSION_MOUTH_SMILE_LEFT_HTC = 13,
|
||||
XR_LIP_EXPRESSION_MOUTH_SAD_RIGHT_HTC = 14,
|
||||
XR_LIP_EXPRESSION_MOUTH_SAD_LEFT_HTC = 15,
|
||||
XR_LIP_EXPRESSION_MOUTH_RAISER_RIGHT_HTC = 12,
|
||||
XR_LIP_EXPRESSION_MOUTH_RAISER_LEFT_HTC = 13,
|
||||
XR_LIP_EXPRESSION_MOUTH_STRETCHER_RIGHT_HTC = 14,
|
||||
XR_LIP_EXPRESSION_MOUTH_STRETCHER_LEFT_HTC = 15,
|
||||
XR_LIP_EXPRESSION_CHEEK_PUFF_RIGHT_HTC = 16,
|
||||
XR_LIP_EXPRESSION_CHEEK_PUFF_LEFT_HTC = 17,
|
||||
XR_LIP_EXPRESSION_CHEEK_SUCK_HTC = 18,
|
||||
|
||||
@@ -68,8 +68,11 @@ namespace VIVE.OpenXR.FacialTracking
|
||||
/// <param name="xrInstance">The instance to destroy.</param>
|
||||
protected override void OnInstanceDestroy(ulong xrInstance)
|
||||
{
|
||||
m_XrInstanceCreated = false;
|
||||
m_XrInstance = 0;
|
||||
if (m_XrInstance == xrInstance)
|
||||
{
|
||||
m_XrInstanceCreated = false;
|
||||
m_XrInstance = 0;
|
||||
}
|
||||
DEBUG("OnInstanceDestroy() " + xrInstance);
|
||||
}
|
||||
|
||||
|
||||
@@ -201,19 +201,19 @@ namespace VIVE.OpenXR.FacialTracking
|
||||
/// <summary>
|
||||
/// This blend shape raises the right side of the mouth further with a higher value.
|
||||
/// </summary>
|
||||
XR_LIP_EXPRESSION_MOUTH_SMILE_RIGHT_HTC = 12,
|
||||
XR_LIP_EXPRESSION_MOUTH_RAISER_RIGHT_HTC = 12,
|
||||
/// <summary>
|
||||
/// This blend shape raises the left side of the mouth further with a higher value.
|
||||
/// </summary>
|
||||
XR_LIP_EXPRESSION_MOUTH_SMILE_LEFT_HTC = 13,
|
||||
XR_LIP_EXPRESSION_MOUTH_RAISER_LEFT_HTC = 13,
|
||||
/// <summary>
|
||||
/// This blend shape lowers the right side of the mouth further with a higher value.
|
||||
/// </summary>
|
||||
XR_LIP_EXPRESSION_MOUTH_SAD_RIGHT_HTC = 14,
|
||||
XR_LIP_EXPRESSION_MOUTH_STRETCHER_RIGHT_HTC = 14,
|
||||
/// <summary>
|
||||
/// This blend shape lowers the left side of the mouth further with a higher value.
|
||||
/// </summary>
|
||||
XR_LIP_EXPRESSION_MOUTH_SAD_LEFT_HTC = 15,
|
||||
XR_LIP_EXPRESSION_MOUTH_STRETCHER_LEFT_HTC = 15,
|
||||
/// <summary>
|
||||
/// This blend shape puffs up the right side of the cheek further with a higher value.
|
||||
/// </summary>
|
||||
@@ -433,7 +433,7 @@ namespace VIVE.OpenXR.FacialTracking
|
||||
/// </summary>
|
||||
/// <param name="facialTracker">An <see cref="XrFacialTrackerHTC">XrFacialTrackerHTC</see> previously created by <see href="https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#xrCreateFacialTrackerHTC">xrCreateFacialTrackerHTC</see>.</param>
|
||||
/// <param name="facialExpressions">A pointer to <see cref="XrFacialExpressionsHTC">XrFacialExpressionsHTC</see> receiving the returned facial expressions.</param>
|
||||
/// <returns></returns>
|
||||
/// <returns>XR_SUCCESS for success.</returns>
|
||||
public delegate XrResult xrGetFacialExpressionsHTCDelegate(
|
||||
XrFacialTrackerHTC facialTracker,
|
||||
ref XrFacialExpressionsHTC facialExpressions);
|
||||
|
||||
Reference in New Issue
Block a user