-
讲解如何用DirectDraw进行游戏编程,DirectX有些旧,但方法仍可用。...
讲解如何用DirectDraw进行游戏编程,DirectX有些旧,但方法仍可用。-explain how DirectDraw game programming, DirectX some old, but the measures could be used.
- 2022-12-08 13:20:03下载
- 积分: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
-
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
-
使用DirectShow播放Mpeg等媒体类型
说明: 使用DirectShow播放Mpeg等媒体类型
VC开发环境(use DirectShow broadcast media types such as MPEG VC Development Environment)
- 2005-11-07 20:11:08下载
- 积分:1
-
FilterTitleOverlay字幕叠加过滤器用于在GIS视频…
FilterTitleOverlay字幕叠加Filter是一个用于在视频上叠加字幕的Filter,本软件VC下编译通过,可以实现字幕的滚动,调整字体大小等。-FilterTitleOverlay subtitles superimposed Filter is used in a video on the overlay subtitles Filter, this software is compiled by VC can be achieved rolling subtitles, adjust the font size.
- 2022-08-10 11:03:58下载
- 积分:1
-
Bigdata__743574SWITCHMAN_5525245
今天把这个源码Bigdata__743574SWITCHMAN_5525245分享给各位同学,希望你们喜欢这个源码(Share the source Bigdata__743574SWITCHMAN_5525245 give the classmate of everyone, today I hope you like the source code)
- 2017-02-24 21:05:03下载
- 积分:1
-
Direct 3D编写的图像引擎迷宫程序。需要首先安装Direct X 9.0
Direct 3D编写的图像引擎迷宫程序。需要首先安装Direct X 9.0-Direct 3D graphics engine prepared by the Maze procedure. You first need to install Direct X 9.0
- 2022-11-05 07:25:02下载
- 积分:1
-
LiveVideo
通过directShow方式进行摄像头视频的抓取(DirectShow way through the video camera crawl)
- 2007-10-07 17:30:43下载
- 积分:1
-
DirectX 3D编写的飞机游戏,DX3D初学者参考资料
DirectX 3D编写的飞机游戏,DX3D初学者参考资料-DirectX 3D games to prepare the aircraft, DX3D reference for beginners
- 2022-02-11 14:02:12下载
- 积分:1
-
Book-Part-II-Code2-5
DirectX 9.0 3D 游戏开发编程基础
对初学者很有用
- 2013-12-18 22:23:44下载
- 积分:1