I need to find the addresses of "D3DXMATRIX mWorld" ,"D3DXMATRIX mView", "D3DXMATRIX mProjection"
I want to use this way
Code:
#define mProjection                                0x7DFFD8
#define mView                                      0x7DFF98
#define mWorld                                     0x7DFF58
Code:
D3DXVec3Project(pScreen, &dvWorld, &oViewport, &mProjection, &mView, &mWorld );
Can someone help me?