-----------------------------------------------------------------------------
| 963 | } |
| 964 | //----------------------------------------------------------------------------- |
| 965 | Matrix4 AutoParamDataSource::getTransposeViewMatrix(void) const |
| 966 | { |
| 967 | return this->getViewMatrix().transpose(); |
| 968 | } |
| 969 | //----------------------------------------------------------------------------- |
| 970 | Matrix4 AutoParamDataSource::getInverseTransposeViewMatrix(void) const |
| 971 | { |
no test coverage detected