Tagged Questions

2
votes
3answers
44 views

Good DirectX tutorials online?

I'm trying to make a bowling game simulation for college. Any ideas where to find a decent tutorial in DirectX9, using ode-0.9 and c++?
1
vote
1answer
20 views

D3D Performance comparison, shaders vs built in shading

Hi there. I have a running 3D engine built in D3D (via SlimDX). To avoid interupting the rendering pipeline I have batched together many objects with the same material into bigger …
0
votes
4answers
64 views

Game programming book using OpenGL and DirectX

What is in your opinion the best game programming book using OpenGL and DirectX?
0
votes
1answer
26 views

Is it possible to use a pixel shader inside a sprite?

Dear all, Is it possible to use a pixel shader inside a sprite? I have create a simple pixel shader, that just writes red color, for testing. I have surrounded my Sprite.DrawImag …
0
votes
1answer
19 views

Tracing unmanaged DirectX objects allocated through Managed DirectX

I have a problem where Device.Dispose() is taking a long time to execute when the application is closed. I am investigating whether this is due to unmanaged objects not being freed …
0
votes
2answers
50 views

Hooking into DirectX application

Hey there :) I'm currently trying to display some information (as an overlay) to the user inside a DirectX-based game, much like the frame count which Fraps displayed, but I have n …
0
votes
1answer
17 views

Managed DirectX running from .Net Framework 4.0 app dont hunt

I work on a product that uses Managed DirectX for data visualizations. I was trying to upgrade this product to .net framework 4.0, but I think I'm having issues with Managed Direc …
0
votes
4answers
70 views

Making a program timer-based rather than frame-rate dependent?

I have a game engine to work on as part of a class. Currently, its rendering is frame-rate dependent and one requirement is to move to a timer-based dependency. I am not sure how …
1
vote
1answer
19 views

Can I get DirectX(any version) to callback when logging an error?

I have output like this after choosing debug version in the directx cpl: Direct3D9: (WARN) :Ignoring redundant SetTextureStageState. Stage: 0, State: 3 Direct3D9: (ERROR) :Memory …
1
vote
2answers
68 views

Prerequisite for learning directx

Hi All, I am from .net C# background and I want to learn DirectX. I have knowledge of C++ but I am fairly new to graphic world. I am little confused about how to start learning …
2
votes
3answers
81 views

DirectX 9 Terrain Engine Problem C++

Hello, I'm Having a problem with my DirectX 9 Terrain Engine.. It's working fine, except for one thing, it doesn't load the heightmap in a proper way. You can see a screenshot of …
-1
votes
0answers
27 views

Shader files for hue\saturation\brightness

I am new to write a shader files(.fx), how can i write shader file to set hue\brigtness\contrast.
0
votes
2answers
71 views

Is it possible to progressively alpha-blend between two textures in one location created with D3DXCreateTextureFromFileInMemoryEx?

I have two textures that are both .jpg, which represent a sky (one during the day, one at night). My question is, is it possible for me to fade one texture into the other? They a …
2
votes
1answer
58 views

How to programatically disable the auto-focus of a webcam.

I am trying to do computer vision using a webcam (the model is Hercules Dualpix). I know it is not the ideal camera to use, but I have no choice here. The probleme is the auto-focu …
0
votes
1answer
37 views

How does this work in computing the depth map?

From this site: http://www.catalinzima.com/?page%5Fid=14 I've always been confused about how the depth map is calculated. The vertex shader function calculates position as follo …

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