Advertisement

Removing Scale from matrix

Started by January 28, 2011 01:01 PM
1 comment, last by ddlox 14 years ago
Hi guys,

I have this transformation matrix M = Scale * Rot * Trans

At some point later in my code, I'm trying to remove scaling from M. I'm currently failing big time... I guess I'm tired or something.. can't think straight.

Could anybody tell me how ?

Thanks.
This has nothing to do with the Lounge but...
You can take the inverse of the scale matrix(can be done easily) and left multiply it with M.
Advertisement
Aha! I see...

I wasn't doing the left multiply at all.

OK cool thanks and sorry for posting in the wrong forum, I didn't realise I was in Lounge.

This topic is closed to new replies.

Advertisement