-
DirectX3D9.0 development of reference, a good helper for beginners entry.
DirectX3D9.0开发参考,初学者入门的好帮手。-DirectX3D9.0 development of reference, a good helper for beginners entry.
- 2023-07-17 00:20:04下载
- 积分:1
-
用direct show 写的个播放器,可是实现最简单的播放、暂停、停止、截图等。...
用direct show 写的个播放器,可是实现最简单的播放、暂停、停止、截图等。-show with direct write-player, but to achieve the most simple play, pause, stop, and screenshots.
- 2022-01-25 15:16:12下载
- 积分:1
-
《3D游戏程序设计入门(DirectX9.0)》用比较浅显的方式和方法来让你接受directx的精深的内容,作为入门的读物正适合想进此门的爱好者们。...
《3D游戏程序设计入门(DirectX9.0)》用比较浅显的方式和方法来让你接受directx的精深的内容,作为入门的读物正适合想进此门的爱好者们。- 3D Game Programming Getting Started (DirectX9.0) relatively simple ways and means to enable directx you accept the contents of the deep, as the books are suitable for entry into this think fans of the door.
- 2022-01-26 01:47:45下载
- 积分:1
-
dx 帮助中文 值得收藏.
dx 帮助中文 值得收藏.-dx to help the Chinese collection is worth.
- 2022-08-18 14:32:34下载
- 积分:1
-
一个完整的游戏程序源代码,一个打飞机的小游戏
一个完整的游戏程序源代码,一个打飞机的小游戏-a complete game source code, a small aircraft of the game
- 2022-06-12 12:04:57下载
- 积分:1
-
volumemeter(Managed DirectX)
VolumeMeter (Managed DirectX)
This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any Windows Forms application. You may select the input, and tweak the appearance of the animation through various parameters.
The idea behind this project is to maintain a very short buffer of audio and constantly record into it. The control is on a timer, and periodically queries the buffer to see what volume level the most recent sample has, and then sets a progress bar s value accordingly.
- 2022-03-25 07:11:13下载
- 积分:1
-
Visual C++/DirectX9 3D游戏开发引导的一个Stencil蒙版阴影处理例子
Visual C++/DirectX9 3D游戏开发引导的一个Stencil蒙版阴影处理例子-Visual C++/DirectX9 3D game development as a guide Mask Stencil shadow processing example
- 2022-11-25 08:05:04下载
- 积分:1
-
DirectShow
DirectShow技术的应用研究与开发(DirectShow technology, applied research and development)
- 2013-09-10 15:55:21下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
类似于男人系列的小游戏
全屏模式
采用DirectDraw和DirectInput制作
没有使用C...
类似于男人系列的小游戏
全屏模式
采用DirectDraw和DirectInput制作
没有使用C-series of small game in full-screen mode using DirectDraw and DirectInput production did not use C
- 2022-02-07 13:10:47下载
- 积分:1