Loading lib_util/head_rotation_file_reader.c +6 −8 Original line number Diff line number Diff line Loading @@ -132,11 +132,6 @@ ivas_error HeadRotationFileReading( return IVAS_ERR_FAILED_FILE_PARSE; } if ( read_values == 7 && pPos == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } ( headRotReader->frameCounter )++; pQuaternion->w = w; Loading @@ -144,9 +139,12 @@ ivas_error HeadRotationFileReading( pQuaternion->y = y; pQuaternion->z = z; #ifdef TD5 if ( pPos != NULL ) { pPos->x = posx; pPos->y = posy; pPos->z = posz; } #endif return IVAS_ERR_OK; Loading Loading
lib_util/head_rotation_file_reader.c +6 −8 Original line number Diff line number Diff line Loading @@ -132,11 +132,6 @@ ivas_error HeadRotationFileReading( return IVAS_ERR_FAILED_FILE_PARSE; } if ( read_values == 7 && pPos == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } ( headRotReader->frameCounter )++; pQuaternion->w = w; Loading @@ -144,9 +139,12 @@ ivas_error HeadRotationFileReading( pQuaternion->y = y; pQuaternion->z = z; #ifdef TD5 if ( pPos != NULL ) { pPos->x = posx; pPos->y = posy; pPos->z = posz; } #endif return IVAS_ERR_OK; Loading