Negative scale in Matrix 4×4
After some rotations and to from quaternion conversions I get negative scale from Matrix 4×4, is it possible? I need that scale to draw sprite on screen so I get sprite flipped, how to deal with this problem should I just handle negative scale in sprite drawing method. if MatrixHasNegativeScale then invert scale, draw sprite … Read more