DirectX
DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.
Language
Any
Platform
Any
License
Any
I am following Frank D. Luna's book in DirectX 10 but I have a problem compiling this very simple program.
#include
int main()
{
D3DXVECTOR3 u(1.0f, 2.0f, 3.0f);
return 0;
}
I...
Hello everyone,
I've been encountered a very strange problem during DX SDK install.
After I click the next button at the first wizard page of the installer then installer insists that some files...
yes, D3D10 and D3D11 are Vista and above, they require WDDM.
nvidia 9800 gt?
the june 2010 dx sdk should do the trick.
Release();
The error I get when the second exe tries to create it's devices is
sometimes: D3DERR_DEVICELOST, but sometimes D3DERR_NOTAVAILABLE
Any ideas?
Intel just announced a “Sandy Bridge” page, which collects information on our new chip, both the CPU side and the GPU side. SNB is getting good reviews at Anands, Toms, and other key hardware review...
I'm working on a windowed application, in which I only want one part of a form to contain a 3D representation of the standard form inputs within the rest of the windows form.
I created a class...
Hello all,
We use Max and DirectX in our app. We use the .X file format in our pipeline now. We want to animate characters in Max and play these animations in a game.
We want to change the...
VC++ directories, adding path to directx.
Stil i get numerous errors related to WINSDK and directx.
I am new to VC++, can any help me, how to run the project in VS2008. windows 7, which has...
hey guys,
My operating system is windows 7 and my graphics card is 9800 gt which can support till directx 10. My question is directx 10 is vista exclusive?. can i practise dx 10 on windows 7?...
http://s1017.photobucket.com/albums/af292/Cabuws/?action=view¤t=Untitled.jpg
As you can see from this picture I apparently have DX11, BUT I cannot play avp in DX11 mode? does my video card...
Hello everybody!
I want to make a program that captures the sound from a microphone and views the level of sound in a percentage.
In the same time when the person talks without recording, also it...
Hi,
I need to play a video (Mpeg 2) and display text over it at between specific frame.
From there, I download a sample from there but I don't understand how put the text overlay on the...
Well, there aren't many reasons why this should fail.
Check that you have DirectX version 9.0c(use DxDiag). If you do, then make sure the versions of the DirectX header files you are using match...
I'm so sorry if this is in the wrong section.
My problem is that this line of code keeps failing:
d3d = Direct3DCreate9 ( D3D_SDK_VERSION );
if ( !d3d )
{
MessageBox ( hWnd,...
Hi,
I am trying to develop an application where the UI part is designed by WPF and the engine is developed using C++.
I am trying to render a scene using DirectX in native code by getting the...
_43 = - D3DXVec3Dot( &_position,&_look);
}
void Camera::SetPosition(D3DXVECTOR3 m_pos)
{
_position = m_pos;
}
Camera::~Camera(void)
{
}
Camera.h
#include
#include
#include...
Dear friends,
When I draw a simple cube, in a DXUT empty project (which can be found in DirectX Sample Browser), the cube becomes transparent. all sides of the cube are visible. I like to have a...