directx-9
Can I Access a calling function's name programmatically?
I\'m hoping to add a little functionality to a Log File system for a project I\'m working on.For my LogError() calls, I would like to include the function the error occurred in.I\'m wondering if there[详细]
2023-02-08 00:01 分类:问答Convert 3D(x,y,z) to 2D(x,y) (orthogonal) along its direction
I have gone through all available study resources in the internet as much as possible, which are in form of simple equations, vectors or trigonometric equations.[详细]
2023-02-06 10:49 分类:问答How do I open a hardware accelarated DirectX window on a secondary screen
I\'m looking to create a hardware accelarated DirectX (9 at the moment) window on a secondary screen. This screen is connected to the same graphics display as the primary screen (at least at the momen[详细]
2023-02-03 14:21 分类:问答Flickering Mesh Problem: DirectX HLSL
The Problem: I am rendering a mesh using HLSL (High Level Shader Language) in Managed DirectX 9.Depending on the complexity of the mesh (number of vertices and faces) I sometimes get problems with fli[详细]
2023-02-02 05:11 分类:问答Why can Direct3DCreate9 be slow?
I\'m trying to speed up the start times for my Direct3D app a bit, and I have noticed Direct3DCreate9 takes a whole second according to profiler (more than anything else). Why? And what can be done ab[详细]
2023-01-28 22:19 分类:问答DirectX 9 - Create device and render to texture inside DLL?
I am trying to create a Managed DirectX 9 Device in a DLL and then use that DLL to render scenes to an offscreen surface.I know how to do the offscreen rendering, but my question is:[详细]
2023-01-26 04:27 分类:问答c++ IntelliSense: expression must be a modifiable lvalue
im getting these two errors 1>c:\\users\\owner\\documents\\visual studio 2010\\projects\\monopoly\\monopoly\\xfileentity.cpp(376): error C3490: \'pDrawMesh\' cannot be modified because it is being[详细]
2023-01-25 06:05 分类:问答how did you learn directx 9? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicates: Good books or tutorials for beginning Direct X with c++[详细]
2023-01-22 19:47 分类:问答c++ directx 9 mesh texture
ok so i can load a mesh perfectly but loading its texture is not working. im not sure what im doing wrong.[详细]
2023-01-19 14:54 分类:问答directx rotation c++
Okay this is a hard question. I\'m creating a cube and a pyramid in one vertex array. My problem is to rotate only pyramid vertex not the cube ver开发者_开发知识库tex but I don\'t know any function th[详细]
2023-01-18 00:37 分类:问答