-
3D游戏编程入门DirectX9是D3D游戏开发的基础…
3D游戏程序设计入门DirectX9是D3D游戏开发的基础书籍,希望对各位有所帮助。-Introduction to 3D Game Programming DirectX9 Game D3D are the basis for the development of books, you would like to help.
- 2022-04-16 16:09:43下载
- 积分:1
-
HGE中文显示解决,可以选择字体也可以改变大小,矢量和位图渲染...
HGE中文显示解决,可以选择字体也可以改变大小,矢量和位图渲染-HGE Chinese display solutions, you can choose the font can also change the size of vector and bitmap rendering
- 2022-03-03 23:15:53下载
- 积分:1
-
d3d9wj
说明: #include
#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
-
Dshow 开发的一个强大的语音处理器 能够播放G.72X,MPEG
Dshow 开发的一个强大的语音处理器 能够播放G.72X,MPEG-2 MP3 wma 等格式 学习使用graph,创建并添加Filter -Dshow developed a strong voice processor can broadcast G.72X, MPEG-2 MP3 wma format, such as studying the use of graph, create and add a Filter
- 2022-02-05 16:32:30下载
- 积分:1
-
ENG3D
说明: 基于D3D9.0 SDK 尝试制作的3D demo
./DXD3D 简易的D3D 引擎,封装了部分常用工具类,比如蒙皮动画和静态骨骼等等
./res 资源
./Textures 资源
./bin 编译后的程序,以及必须的dll和资源,资源同上级目录,可直接运行(可能需DX9.0 runtime)(D3D9.0 SDK-based production of 3D demo ./DXD3D Simple D3D engine, include some of the common util classes, such as skinned mesh and static mesh, etc.
./res Resources. .
./Textures Resources.
./Bin compiled program, and necessary dll and resources, the resources are the same as what exists in the parent directory. It can be run directly.
(DX9.0 runtime maybe necessary))
- 2010-04-05 15:10:03下载
- 积分:1
-
DirectX3D proficient in graphics and animation program design
《精通DirectX3D图形与动画程序设计》――25_第二十五章 广告板技术与十字交叉纹理,经过测试可以运行- DirectX3D proficient in graphics and animation program design - Chapter Twenty-25_ advertisement board technology and cross texture, has been tested to run
- 2023-04-05 20:05:04下载
- 积分:1
-
这是一个很不错的Directx编程文档,赶快下载
这是一个很不错的Directx编程文档,赶快下载-This is a very good DirectX programming documents, quickly download
- 2022-09-26 11:25:03下载
- 积分:1
-
用Directshow捕捉视频流和抓取静态图片
用Directshow捕捉视频流和抓取静态图片-Directshow capture by crawling video streaming and still image
- 2022-12-25 19:40:03下载
- 积分:1
-
可以编译tsfilesource.ax DShow,在作为一个过滤器,解析TS的更多信息…
可以编译TSFileSource.ax文件,在DShow中作为过滤器,解析TS以获取更多信息。TSfilesource可以用作源过滤器,当多播源出现时,DSNetwork sender可以跟随它。TSfilesink内存可以分配给存在ts的缓冲区中的信息定义。
- 2022-01-25 18:47:27下载
- 积分:1
-
vc6+dx9实现图片随风飘动的效果,可以用于游戏里的旗帜,衣服等动态表现...
vc6+dx9实现图片随风飘动的效果,可以用于游戏里的旗帜,衣服等动态表现-vc6+ dx9 picture realize the effect of the wind flapping, can be used in the banner of game, clothing and so dynamic performance
- 2022-07-19 22:44:01下载
- 积分:1