Converting from different handedness coordinate systems

Posted by SirYakalot on Game Development See other posts from Game Development or by SirYakalot
Published on 2011-11-19T08:59:55Z Indexed on 2011/11/19 10:16 UTC
Read the original article Hit count: 367

Filed under:
|
|
|
|

I am currently porting a demo from XNA to DirectX which, as I understand it, both have coordinate systems with different handednesses.

What are the things I need to bare in mind when converting between the two? I understand not everything needs to be changed.

Also I notice that many of the 3D maths functions in some of the direct3D libraries have right handed and left handed alternatives. Would it be better to just use these?

© Game Development or respective owner

Related posts about 3d

Related posts about math