direct3d
Accessing the Direct3D device inside VMR9
I 开发者_C百科have a video decoder filter that lives inside a graph with VMR9 or EVR as the video renderer.[详细]
2023-01-24 16:48 分类:问答How to convert mathematical matrix to Direct3D matrix?
When representing a mathematical matrix, rotations are performed as follows: http://en.wikipedia.org/wiki/Rotation_matrix#Basic_rotations[详细]
2023-01-24 09:24 分类:问答How OpenGL and Direct3D play along with other widgets in a window?
I\'d like to know how a Direct3D Device or OpenGL context will know in which portion of the window to render its contents.[详细]
2023-01-23 19:51 分类:问答Does someone know of some fixed pipeline shader tutorial or samples?
I ammaking a game with 3d gamestudio a8 free edition. The free edition doesn\'t support shader, it only supports fixed pipeline shaders. There are some samples 开发者_开发百科in the wiki of 3d gamestu[详细]
2023-01-22 02:54 分类:问答D3D Failed to generate mipmap automatically on some cards!
On most of computers my program performs fine. But on one computer it failed to generate mipmap. I created a texture with D3DUSAGE_AUTOGENERATEMIPMAP,[详细]
2023-01-20 11:25 分类:问答How to enable VSYNC in D3D windowed app?
So, Im using D3D in a windowed application. I inited D3D with the following parameters: windowed: true;[详细]
2023-01-19 12:32 分类:问答Direct3D: Recording to AVI files
In follow up to my previous question, I am able to save the backbuffer of a Direct3DDevice to a surface.[详细]
2023-01-17 17:08 分类:问答Need help with Direct 3D's LookAt function
I need some conceptual help with Direct3D\'s .... function. In their official documentation, they say that the computation that takes place can be summarized with this:[详细]
2023-01-17 01:21 分类:问答Not able to get stencil to work
Was trying to get Stencil to work in my app. I use Sprites to render content on to the Device. Content could be movies, pictures or text.[详细]
2023-01-16 06:57 分类:问答Zooming in and out in Direct3D
I have a 3D scene and I want to开发者_运维问答 be able to zoom in and out. What implementations are good, and which has some flaws? Will I be changing viewport, clipping panes? I totally don\'t know.[详细]
2023-01-16 00:38 分类:问答