Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for Directx9 in microsoft.public.win32.programmer.directx.graphics
Author: Anton Roth
Date: Sep 5, 2008 10:57
...would look like with out an effects file ? or is that not posible ? Thanks, k, go for identity matrices then, but DirectX9 and future is pretty much about effect files. your code would be something like -------------------------------- D3DXMATRIXA16 myMatrix; D3DXMatrixIdentity(&myMatrix); g_pd3dDevice->SetTransform( D3DTS_WORLD, &myMatrix ); g_pd3dDevice->...
|