DirectX is a collection of APIs for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.

learn more… | top users | synonyms

0
votes
0answers
4 views

developing an anti-cheat search with proxy dll

There's a commom cheat program for a game. I can make a proxy directx dll and inject any code i want in it. should I scan the processlist and then try to find footprints? someone point me in the ...
0
votes
0answers
17 views

Directx with metro, render in a specific area

I am trying to figure out how can I use directx with C++ and metro for a windows 8 application. I know that you have to use SwapChainBackground and you create a directx device and set the ...
0
votes
1answer
19 views

c++ flashing when rendering directx elements over a win32 camCaptureWindow

I am creating an application that uses directx to render images over a win32 capture window from a webcam, but I'm the window is flashing every other frame. (This seems to be coming from directx ...
0
votes
1answer
10 views

Uniform Parameter handle in SharpDx DirectX11 HLSL

I'm wondering if there is another way to access uniform Parameters in SharpDx besides the constantbuffer cbuffer Variables : register(b0){ float4 cL; } I think the register(b0) tells the ...
0
votes
1answer
27 views

c++ LNK2001: unresolved external symbol error

I am currently creating an application that overlays multiple image elements on a feed from a webcam. I followed this guide in order to display the webcam feed ...
0
votes
0answers
18 views

How to restore to default position and resolution after switch back from full screen to windows mode

When I run the program, the position is (300,300) and resolution is 800x300. g_hWnd = CreateWindowEx(0, wndClass.lpszClassName, "Press R, G, B to control background color. Press +, - to ...
0
votes
0answers
23 views

vector point precision Error

Our application contains .Net FrameWork3.5 and DirectX For Making 2d drawing. we are stuck with precision problem.Please give solution to solve the precision problem. we are using vector3f(vector ...
1
vote
1answer
30 views

Are there advantages of MipMaps aside from the performance ones?

Is the only true advantage of the mipmaps that the filtering required in real time will be less demanding, as it will have been done partly in advance? Could you not achieve identical results with ...
0
votes
0answers
17 views

c# AudioVideoPlayback how to avoid ActiveMovie Window

I try to play a video with DirectX in C# in a panel. This works well so far. But, unfortunately, always when the video starts a window titled "ActiveMovie Window" pops up. It goes away once the video ...
0
votes
0answers
14 views

Advanced PDB Graphics Error using VS

So here is the output I have been trying to get past. I recently installed VS12 on a new PC. First I was unable to load any PDB files but this was resolved by loading in from the Microsoft Symbol ...
0
votes
1answer
30 views

Visual Studio 2010 Mismatch Detected _MSC_VER Value doesn't match

I'm getting the following error when trying to setup Directx11 in VS2010 on Windows 7. What is causing this? I have all my directories and linker files setup, and I keep running into this problem. ...
2
votes
0answers
45 views

Texture related memory leak in XNA 4.0 / C#

I found a memory leak in my XNA 4.0 application written in C#. The program needs to run for a long time (days) but it runs out of memory over the course of several hours and crashes. Opening Task ...
0
votes
1answer
27 views

Direct3D11, some part of the model always in front of the others, probably about depth

I'm a new D3D programmer. When I tried to render a model, I got a strange problem.! you can see the picture, some part of the model always in front of the others. the model vertex only contains ...
0
votes
0answers
36 views

How to setup a constantbuffer in sharpDx DirectX11

I'm trying to access a Uniform Paramter and change it's Value in SharpDx. I've already posted this on the SharpDx board but I did not get a Reply so I'm trying my luck here. Through google I found ...
0
votes
1answer
13 views

Move a Character on a Terrain DirectX9

I have created a terrain using a raw file and I want a character to move on the terrain. How do i Check for collisions with the terrain ?
1
vote
2answers
32 views

DirectX: Graphics are distored when run out of Visual Studio

When I run my exe outside of visual studio, with a release build, the graphics are very distorted. It works completely fine when I run it in debug mode, but I can't seem to figure out why it happens ...
0
votes
0answers
13 views

Fix for DirectX 7 latency on Windows 7?

We have a piece of software that is programmed against DirextX 7 SDK (i.e the code uses LPDIRECTDRAWSURFACE7 and the likes) and runs in fullscreen. The main task is putting something on the screen in ...
1
vote
0answers
21 views

Unresolved External - DirectX11

1>------ Build started: Project: Setup, Configuration: Debug Win32 ------ 1>Effects11d.lib(EffectAPI.obj) : error LNK2019: unresolved external symbol _D3DCompileFromFile@36 referenced in ...
0
votes
1answer
27 views

Phong Shading vs Tessellation

I ran across Phong Shading while looking at the Source Engine. The desription sounds very much like Tessellation. But when I looked it up, I didn't really find anything directly comparing the two. Now ...
2
votes
0answers
49 views

Directx 11 rendering issue, no triangle displayed

I'm learning DirectX 11 and I'm trying to render a simple cube, unfortunately my code doesn't work, it simply doesn't render nothing... no errors, no warnings... The only thing displayed is the window ...
1
vote
0answers
23 views

Shadow Mapping Wobble

Ive been researching omnidirectional shadow mapping and have been stuck on this problem for a while. Basically the shadows seem to wobble as the camera is moved or rotated. I made a video here: ...
2
votes
1answer
24 views

How to seek to a position in milliseconds using XAudio2

I am using the SharpDX wrapper for the DirectX XAudio2 api. http://sharpdx.org/ I need to be able to seek a WAV file loaded into a SourceVoice to a given position in the track. I am struggling to ...
0
votes
0answers
24 views

C++ DirectX 11 MSVCRTD.lib not

I'm trying to learn directX 11 with the tutorial from rastertek.com, but when I try to compile I got the error: 'LINK : fatal error LNK1104: "MSVCRTD.lib" cannot open file.' I set the include and ...
1
vote
1answer
23 views

DX11 Unresolved Externals

1>------ Build started: Project: Setup, Configuration: Debug Win32 ------ 1>BoxDemo.obj : error LNK2019: unresolved external symbol _D3DX11CreateEffectFromMemory@24 referenced in function ...
0
votes
0answers
16 views

DirectX11 Setup error

I have Frank D Lunas directx11 book, and i'm trying to set it up using VS2012, but i've run into this: 1>------ Build started: Project: FirstProject, Configuration: Debug Win32 ------ 1>TRACKER ...
-2
votes
0answers
22 views

Getting input from a webcam and display it onscreen using directX11 (C++)

Ideally, I would like to be able to get a webcam to display at multiple resolutions onscreen, in real time, and if possible, be able to switch between two or more webcams. Thanks for your help!
-2
votes
0answers
27 views

Detecting Repeating Clip/Patterns in videos [closed]

How to detect repeating clip/pattern in videos to identify ad or program title using c#?
0
votes
0answers
16 views

VB Net event handling with directx AudioVideoPlayback strange issue

I'm facing off a very strange problem about the event handling.. I have created a class that use DirectX.AudioVideoPlayback and sostantially is a multimedia player with the possibility to loop the ...
0
votes
2answers
40 views

Precise Texture Overlay

I'm trying to set up a two-stage render of objects in a 3D engine I'm working on written in C++ with DirectX9 to facilitate transparency (and other things). I thought it was all working nicely until I ...
0
votes
0answers
20 views

Is it expensive to do trilinear texture mapping in a shader?

Imagine a big procedural world that worths more than 300k triangles (about 5-10k per 8x8x8m chunk). Since it's procedural, I need to create all the data by code. I've managed to make a good normal ...
2
votes
1answer
31 views

DirectX SDK project - porting to VS2012

I'm porting to visual studio 2012 a solution with a project which uses some headers from the directX SDK in this path: C:/../Microsoft DirectX SDK (June 2010)/Samples/C++/DXUT11/Core the problem ...
1
vote
1answer
26 views

How to determine if sphere is in front of plane

I want to do frustum culling for my engine :) On this site seems to be nice example how to do this, but there is one thing I don't get: if ( D3DXPlaneDotCoord( &m_frustum[i], pPosition ) + ...
0
votes
1answer
50 views

Angle between two vectors in 3d space

I want to do kind of fish-eye culling in my game. So for each object listed to draw I wanna check if is in frustrum of camera. I do it this way: D3DXVECTOR3 cameraPos; D3DXVECTOR3 pos; D3DXVECTOR3 ...
0
votes
1answer
19 views

DirectX: Get Filter Type in Shader

I am trying to get the filter type set in the sampler stat in the Shader code. I am not getting a way to retrieve that. Can someone suggest me a way to do that?? Texture2D InputTexture; SamplerState ...
0
votes
1answer
45 views

Converting DirectX vertexes to OpenGL vertexes

I have a file with full of vertex data which was exported from a software which used DirectX. Now I want to create a mesh in Ogre out of it. I set Ogre to use OpenGL since I develop on a Mac, with ...
0
votes
0answers
28 views

HLSL Matrix Storage

I recently came along an article that states the following for direct3d and hlsl: Matrix in memory normally. 11 12 13 14 21 22 23 24 31 32 33 34 41 42 43 44 Normally a vector * matrix (ex. a ...
1
vote
1answer
30 views

HLSL mul() variables clarification

The parameters for HLSL's mul( x, y) indicated here: say that if x is a vector, it is treated as a row vector. if y is a vector, it is treated as a column vector. Does this then follow through ...
-1
votes
1answer
19 views

Run DirectX Games on Windows CE [closed]

I'd like to have Rocksmith running more realtime-ish, so there would be less delay and I'm wondering if I could install it along with DirectX, graphics- and sound drivers (and also a driver for the ...
0
votes
1answer
27 views

Generating a 16-bits per channel PNG file procedurally

Is there any way to generate a 16-bits per channel(RGBA) PNG file using D3DX11SaveTextureToFile? Or any version of DirectX, any image library(C++), any image format I tried to use the sample code ...
0
votes
1answer
18 views

What is the best way to have lights in Direct3D 9

The current method i use drops the fps to 30 when having 5 lights. What is the best way to have lights like in a AAA title. They have lights everywhere but runs smooth. What i use now is ...
0
votes
1answer
51 views

HLSL Normal Mapping Matrix Multiplication

I'm currently working in directx9 and have the following code for my normal mapping: (Vertex Shader): float4x4 gWorldMatrix; float4x4 gWorldViewProjectionMatrix; float4 gWorldLightPosition; float4 ...
3
votes
1answer
60 views

Projection matrix causing inaccuracy in clip-space depth calculation?

Currently working with SlimDX's Direct3D 11 bindings and having significant difficulty with my shader, the source of which follows: /* * * * * * * * * * PARAM STRUCTS * * * * * * * * * */ struct ...
0
votes
0answers
22 views

Drawing with DirectX over a PowerPoint slideshow

I need to be able to draw some DirectX content over a PowerPoint slideshow being played using PowerPoint Viewer in .NET application using Microsoft Interop API. So far I have come up with idea of ...
0
votes
1answer
30 views

Rendering ink using directX

How to render ink on screen using DierctX? I am aware of InkManager in C# for rendering ink on canvas. I am trying to do similar functionality using SharpDX. But I don't have any sample code to ...
1
vote
1answer
39 views

Multi-Texturing - Interpolation between two layers of an 3D texture

I'm trying to achieve terrain texturing using 3D texture that consists of several layers of material and to make smooth blending between materials. Maybe my illustration will explain it better: ...
0
votes
0answers
34 views

Direct3D (DirectX) web browser Windows phone 8

I am developing a Direct3D application on Windows phone 8 and would like to add a web browser to display html and optionally run simple JavaScript. The only answers online are old (2008) and seem ...
0
votes
0answers
39 views

Fastest way to scale SlimDX surface

I'm doing screencasts on Windows by DirectX using SlimDX. I'm getting a surface object. My question is what is fastest way to scale (resize) this surface. The performance issue is very important to me ...
0
votes
1answer
52 views

Compile cat mario

When I compile the game by using Visual Studio 2010, it shows error LNK1104: cannot open file 'DxLib.lib'. I already follow the directX documentation for C++ to set up the this game compilation ...
0
votes
1answer
21 views

Cannot include XACT3 header

I am trying to include the xact3.h header file in a game project but i keep getting some errors related to mmreg.h #include <xact3.h> #include <Windows.h> 1>c:\program files\windows ...
1
vote
0answers
48 views

My progress bar doesnot get the update against background worker.It update after thread completed

I am using background worker for process meantime i need to update progressbar. I update the progressBar value using backgroundworker.ReportProgress but the values are updated to the user after the ...

1 2 3 4 5 52