mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
userdata changes; hanim fixes; support for reading old skins
This commit is contained in:
+4
-2
@@ -488,8 +488,10 @@ Matrix::lookAt(const V3d &dir, const V3d &up)
|
||||
this->flags = TYPEORTHONORMAL;
|
||||
}
|
||||
|
||||
/* For a row-major representation, this calculates src1 * src.
|
||||
* For colum-major src2 * src1 */
|
||||
/* For a row-major representation, this calculates src1 * src2.
|
||||
* For column-major src2 * src1.
|
||||
* i.e. a vector is first xformed by src1, then by src2
|
||||
*/
|
||||
void
|
||||
Matrix::mult_(Matrix *dst, const Matrix *src1, const Matrix *src2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user