-
使用DirectDraw画多边形。DirectDrawSurface接口的优点是能够调用GDI,仅需4个函数就可以在DirectDraw中画多边形。...
使用DirectDraw画多边形。DirectDrawSurface接口的优点是能够调用GDI,仅需4个函数就可以在DirectDraw中画多边形。-using DirectDraw painting polygon. DirectDrawSurface advantage of the interface can call GDI, only four can function in DirectDraw draws polygons.
- 2022-04-12 19:04:38下载
- 积分:1
-
vb写的基于DrirxtX的3D 程序的 例子
很不错的,适合初学者哦 下下来自己看吧!...
vb写的基于DrirxtX的3D 程序的 例子
很不错的,适合初学者哦 下下来自己看吧!-vb was based DrirxtX 3D program examples were quite good. for beginners, oh down under its own exciting!
- 2023-08-31 09:20:03下载
- 积分:1
-
err
windows游戏编程大师技巧源码
本书介绍了在Windows环境下进行游戏编程所需用到的各方面知识,作者是著名的游戏开发大师Andrè LaMothe,他的每一本作品基本上都被视为游戏编程书籍的镇山之作。本书第一版的中文版自面市以来获得了广泛好评,持续热销,多次重印。此次修订在多方面更新了第一版中的内容,并且清除了拼写和技术错误,使用DirectX的最新版本来配合编译本书所带的程序代码,加入了大量新内容,例如关于16 位RGB 高彩模式的更多细节及众多新增的解释,还有一个新章节专门讨论文本解析(text parsing)。-err
- 2022-04-15 12:07:58下载
- 积分:1
-
《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!...
《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!-err
- 2022-05-28 08:53:43下载
- 积分:1
-
use DirectX technology for developing the brilliant animation routines
使用DirectX技术编制的精彩动画例程-use DirectX technology for developing the brilliant animation routines
- 2022-01-22 12:50:35下载
- 积分:1
-
windows下DirectShow 采集音频和视频的例子内有详细注释
windows下DirectShow 采集音频和视频的例子内有详细注释-windows under the DirectShow capture audio and video examples, there are detailed notes
- 2022-08-15 12:20:05下载
- 积分:1
-
DHTest
Java call dahua SDK connection camera simple Demo
- 2020-06-18 09:00:01下载
- 积分:1
-
DirectX学习范例: 一个完善的读取3DS文件例子
DirectX学习范例: 一个完善的读取3DS文件例子-DirectX study examples: a perfect example to read 3DS file
- 2023-06-27 16:55:05下载
- 积分:1
-
directshow substantive selected third chapter, the main content of network appli...
directshow实务精选第三章,主要内容是网络应用,其中包括视频聊天和视频点播-directshow substantive selected third chapter, the main content of network applications, including video chat and video-on-demand
- 2022-05-25 23:31:54下载
- 积分: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