Changeset 1062

Show
Ignore:
Timestamp:
02/22/08 11:44:31 (6 months ago)
Author:
patrick
Message:

Fixed compile errors for the OSG::Matrix4d case.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/Source/Base/Base/OSGMatrix.inl

    r1027 r1062  
    770770                                                    const QuaternionType &so) 
    771771{ 
    772     Matrix tmpMat1; 
    773     Matrix tmpMat2; 
     772    TransformationMatrix<ValueTypeT> tmpMat1; 
     773    TransformationMatrix<ValueTypeT> tmpMat2; 
    774774 
    775775    // Concatenate the rotations r and so 
     
    865865    typedef TypeTraits<ValueTypeT> ValueTraits; 
    866866 
    867     Matrixr tmpMat1; 
    868     Matrixr tmpMat2; 
     867    TransformationMatrix<ValueTypeT> tmpMat1; 
     868    TransformationMatrix<ValueTypeT> tmpMat2; 
    869869 
    870870    // Concatenate the translations t and c