资源列表
player
- 这是一款基于DirectX应用的媒体播放器,大家可以学习一下。-This is a DirectX-based applications, media players, we can learn from you.
DirectX9.0-3D
- DirectX9.0-3D游戏程序设计入门-DirectX9.0-3D game programming entry
directshowPDF
- 这是一本对想进入DirectShow 大门的同志梦想的好书,详细介绍了DirectShow 的开发-This is one pairs wishing to enter the door DirectShow comrades dream book, detailing the development of DirectShow
01_CreateDevice
- Direct3D程序设计基础 //创建Direct3D对象, 该对象用来创建Direct3D设备对象 if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return E_FAIL //设置D3DPRESENT_PARAMETERS结构, 准备创建Direct3D设备对象 D3DPRESENT_PARAMETERS d3dpp ZeroMemory( &d3dpp, sizeof(
01_SimpleLighting
- //建立并设置世界矩阵 D3DXMATRIX matWorld D3DXMatrixIdentity( &matWorld ) g_pd3dDevice->SetTransform( D3DTS_WORLD, &matWorld ) //建立并设置观察矩阵 D3DXVECTOR3 vEyePt( 0.0f, 3.0f,-5.0f ) D3DXVECTOR3 vLookatPt( 0.0f, 0.0f, 0.0f ) D3DX
DirectXCaptureRefresh
- 利用DirectX.Capture对视频进行采集.(可以选择不同的编码器,以及对采集的各种参数进行设置)-DirectX.Capture use of video capture. (You can choose a different encoder, as well as the acquisition of the various parameters set)
01_TextureAnimation
- VC++和directx实现图形图形中的纹理动画-VC++ And directx graphic graphics texture animation
01_FlutterFlag
- vc++和directx9 实现柔性物体模拟-vc++ and directx9 achieve soft objects simulation
01_Terrain
- directx9.0和vc实现三维地形模拟-DirectX9.0 and the realization of three-dimensional topography simulation vc
01_Fur
- directx9.0和vc短毛发实时绘制-DirectX9.0 and vc short hair real-time rendering
01_MovingCloud
- vc++和directx9实现移动的云2的模拟-vc++ and directx9 mobile simulated cloud 2
FrameGrabberdemo
- Extracting bitmaps from movies using DirectShow