Tagged Questions

0
votes
2answers
26 views

Creating spherical meshes with Direct x?

How do you go about creating a sphere with meshes in Direct-x? I'm using C++ and the program will be run on windows, only.
1
vote
4answers
127 views

What 3D graphics framework should I use for a real world game engine.

Hello, I'm a C++ programmer with very extensive server programming experience. I'm however fairly bored at the moment and I decided to tackle a new area: 3D game programming, for l …
1
vote
3answers
59 views

Can I interpolate rotation from two Quaternions created from Yaw/Pitch/roll?

Quaternions are good for interpolate rotations between them. so far so good. If I have a networking game, will it suffice to transfer the rotation as vector3f or should I use a qu …
0
votes
1answer
18 views

Hooks for Direct3D 6.1 to replace EMBM with shaders

I am writing Windows Hooks for DirectX 6.1. I want to intercept calls for EMBM (Environment Mapped Bump Mapping) and pass the data to own bump shader, so application which depend o …
6
votes
10answers
372 views

C++ as first language for Windows game programming?

I'm a hobbyist programmer with a fair grasp of Python and I'm currently learning C. Recently I was talking to a colleague who also wants to learn to program. In his case, he wants …
0
votes
1answer
19 views

LPD3DXFONT DrawText using DT_CALCRECT?

How do I use DT_CALCRECT to determine my rectangle bottom and right coords? e.g I have this rect: RECT textPos; textPos.left = 100; textPos.right = 100; What do I do next to calcu …
1
vote
2answers
145 views

How to get camera up vector from roll, pitch, and yaw?

Hello, I need to get an up vector for a camera (to get the right look) from a roll, pitch, and yaw angles (in degrees). I've been trying different things for a couple hours and h …
1
vote
2answers
75 views

Using Qt with DirectX?

What exactly are my options? I have programs I need to write in OpenGL and DirectX, and I'd like to use Qt for OpenGL, and not have to re-implement half my program for the DirectX …
1
vote
3answers
40 views

GUI API for directX?

Is there any GUI API that can be used together with DirectX other than MFC, WIN32, Winforms and WPF?
1
vote
3answers
33 views

Setting a texture in a pixel shader and making it the render target?

I was wondering, if I render a scene using a shader to which I pass in a texture that also happens to be the render target for that scene will it cause any unwanted behaviour? So …
1
vote
2answers
27 views

WPF d3d9.dll crash

I have several applications in WPF that periodically crash on 2 different servers (a dell poweredge and a HP proliant). The problem is that the WPF applications both crash within d …
0
votes
1answer
33 views

[c#] DirectX.Capture quality problem

hi all! i have to capture video from tv card, and display it on a windows form. my starting point was to use code from this page but, image quality is bad. image is not sharp, the …
1
vote
1answer
45 views

XNA: Getting a struct as a texture to the GPU

I use XNA as a nice easy basis for some graphics processing I'm doing on the CPU, because it already provides a lot of the things I need. Currently, my "rendertarget" is an array o …
1
vote
5answers
96 views

inverse FFT in shader language?

Hi, does anyone know an implementation of the inverse FFT in HLSL/GLSL/cg ... ? It would save me much work. Best, heinrich
0
votes
0answers
21 views

Google Earth, Matrox G200eW, and DirectX [closed]

So i'm trying to use Google Earth on a server that has a Matrox G200eW video card. Does anyone know if this built-in card supports DirectX?

1 2 3 4 5 17 next
15 30 50 per page