DX9 World-To-Screen

Started by
1 comment, last by Pipo DeClown 19 years, 7 months ago
I've looked everywhere and cannot find a solution that works. I had one for DX8 using D3DXProject, but no longer works correctly in DX9. So what I'm looking for is a way to convert a D3DXVECTOR3 to a screen vector. EDIT: I would also like to be able to convert the origin of a model D3DMATRIX to a screen vector. [Edited by - AndOrXor on August 27, 2004 5:55:49 PM]
Advertisement
What do you mean by "no longer works correctly in DX9"? It should work. Have you checked its documentation to make sure you're using it correctly?
If you can't figure it out from the documentation, post some code here please.

Quote:EDIT: I would also like to be able to convert the origin of a model D3DMATRIX to a screen vector.

The origin can be extracted out of the world matrix by putting the _41, _42, _43 members into a vector.

Nevermind, I found out that that wasn't my problem.

This topic is closed to new replies.

Advertisement