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.
Removing Scale from matrix
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.
You can take the inverse of the scale matrix(can be done easily) and left multiply it with M.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement