Changed dos endings to unix line endings
This commit is contained in:
@@ -205,14 +205,14 @@ void readRotationElement(KFbxTypedProperty<fbxDouble3>& prop,
|
||||
{
|
||||
if (quatInterpolate)
|
||||
{
|
||||
if (!staticTransform.isIdentity())
|
||||
{
|
||||
pUpdate->getStackedTransforms().push_back(
|
||||
new osgAnimation::StackedMatrixElement(staticTransform));
|
||||
staticTransform.makeIdentity();
|
||||
}
|
||||
pUpdate->getStackedTransforms().push_back(new osgAnimation::StackedQuaternionElement(
|
||||
"quaternion", makeQuat(prop.Get(), fbxRotOrder)));
|
||||
if (!staticTransform.isIdentity())
|
||||
{
|
||||
pUpdate->getStackedTransforms().push_back(
|
||||
new osgAnimation::StackedMatrixElement(staticTransform));
|
||||
staticTransform.makeIdentity();
|
||||
}
|
||||
pUpdate->getStackedTransforms().push_back(new osgAnimation::StackedQuaternionElement(
|
||||
"quaternion", makeQuat(prop.Get(), fbxRotOrder)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user