Loading lib_rend/ivas_orient_trk.c +1 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,7 @@ ivas_error ivas_orient_trk_Process( case OTR_TRACKING_REF_VEC: case OTR_TRACKING_REF_VEC_LEV: { /* This processing step of the OTR_TRACKING_REF_POS/OTR_TRACKING_REF_POS_LEVEL is identical */ /* This processing step of the OTR_TRACKING_REF_VEC/OTR_TRACKING_REF_VEC_LEVEL is identical */ QuaternionProduct( pOTR->refRot, *pAbsRot, &refRot_absRot_product ); pTrkRot->w = refRot_absRot_product.w; Loading lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -4024,7 +4024,7 @@ ivas_error IVAS_REND_GetTrackedRotation( * IVAS_REND_SetReferenceVector( ) * * Sets a reference vector spanning from listenerPos to refPos. Only * available in OTR_TRACKING_REF_POS and OTR_TRACKING_REF_POS_LEV modes. * available in OTR_TRACKING_REF_VEC and OTR_TRACKING_REF_VEC_LEV modes. *---------------------------------------------------------------------*/ ivas_error IVAS_REND_SetReferenceVector( Loading Loading
lib_rend/ivas_orient_trk.c +1 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,7 @@ ivas_error ivas_orient_trk_Process( case OTR_TRACKING_REF_VEC: case OTR_TRACKING_REF_VEC_LEV: { /* This processing step of the OTR_TRACKING_REF_POS/OTR_TRACKING_REF_POS_LEVEL is identical */ /* This processing step of the OTR_TRACKING_REF_VEC/OTR_TRACKING_REF_VEC_LEVEL is identical */ QuaternionProduct( pOTR->refRot, *pAbsRot, &refRot_absRot_product ); pTrkRot->w = refRot_absRot_product.w; Loading
lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -4024,7 +4024,7 @@ ivas_error IVAS_REND_GetTrackedRotation( * IVAS_REND_SetReferenceVector( ) * * Sets a reference vector spanning from listenerPos to refPos. Only * available in OTR_TRACKING_REF_POS and OTR_TRACKING_REF_POS_LEV modes. * available in OTR_TRACKING_REF_VEC and OTR_TRACKING_REF_VEC_LEV modes. *---------------------------------------------------------------------*/ ivas_error IVAS_REND_SetReferenceVector( Loading