Ran dos2unix of files to fix issues with file endings
This commit is contained in:
@@ -104,8 +104,8 @@ void makeLocalMatrix(const KFbxNode* pNode, osg::Matrix& m)
|
||||
ScalingPivotInverse: inverse of ScalingPivot
|
||||
*/
|
||||
|
||||
// When this flag is set to false, the RotationOrder, the Pre/Post rotation
|
||||
// values and the rotation limits should be ignored.
|
||||
// When this flag is set to false, the RotationOrder, the Pre/Post rotation
|
||||
// values and the rotation limits should be ignored.
|
||||
bool rotationActive = pNode->RotationActive.Get();
|
||||
|
||||
ERotationOrder fbxRotOrder = rotationActive ? pNode->RotationOrder.Get() : eEULER_XYZ;
|
||||
@@ -237,8 +237,8 @@ void readUpdateMatrixTransform(osgAnimation::UpdateMatrixTransform* pUpdate, KFb
|
||||
fbxRotPiv[1] + fbxRotOffset[1],
|
||||
fbxRotPiv[2] + fbxRotOffset[2]));
|
||||
|
||||
// When this flag is set to false, the RotationOrder, the Pre/Post rotation
|
||||
// values and the rotation limits should be ignored.
|
||||
// When this flag is set to false, the RotationOrder, the Pre/Post rotation
|
||||
// values and the rotation limits should be ignored.
|
||||
bool rotationActive = pNode->RotationActive.Get();
|
||||
|
||||
ERotationOrder fbxRotOrder = (rotationActive && pNode->RotationOrder.IsValid()) ?
|
||||
|
||||
Reference in New Issue
Block a user