Tagged Questions

0
votes
1answer
24 views

Unable to use SetTransform in D3D9

What might stop IDirect3DDevice9::SetTransform from working? I've looked at alot of tutorials for using transformation matrices in Direct3D9, including this one here. And as far as I can tell, they …
1
vote
1answer
51 views

Drawing targetting circle in 3d application

I'm working on a 3d game just for learning. I have a 3d world generated from a heightmap and various mesh based objects overlayed onto that world. I want the player to be able to target objects in …
1
vote
3answers
100 views

Direct3D Texture Post-Processing/Copying

So I'm trying to implement some Direct3D post-processing, and I'm having issues rendering to textures. Basically, my program looks like this: // Render scene to "scene_texture" (an HDR texture)... …
0
votes
3answers
66 views

Compiling DX 9.0c app against March09SDK => Cannot run with older DX 9.0c DLLs => Problem :)

I'm unable to do a scenario from subject. I have DirectX 9 March 2009 SDK installed, which is 9, "sub"-version c, but "sub-sub"-version is 41, so libs (d3dx9.lib d3d9.lib) are linking exports to …
0
votes
1answer
67 views

Can StretchRect be used with DF24 or INTZ surfaces? Can DF24 or INTZ be multisampled?

Can you StretchRect from a DF24 into another DF24 (ATI specific)? Can you StretchRect from a INTZ into another INTZ (nVidia specific)? Can you create DF24 or INTZ as multisampled surfaces?