开发者

Multiplying by inverse matrices?

If I have a matrix which is a combination of WorldViewProjection and I multiply it by the inverse of the projection does it yield the WorldView matrix or something else? If not then how can I extract the WorldView matrix from a WorldViewProjection matrix?

开发者_开发技巧Thanks for any help :)


If you multiply on the right by the inverse of Projection, you will get World*View.

If you multiply on the left you'll get something entirely different, since matrix multiplication isn't commutative.

This assumes that Projection has an inverse. Not all matrices do.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜