-
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
-
The-basis-for-computer-game
本书介绍了如何以Visual C++及DirectX 来设计游戏,深入浅出的概念讲解
与游戏实例相结合来逐步实现自己制作游戏的。本书从游戏画面绘制、游戏输
入消息处理、游戏动画技巧、游戏物理现象设计原理、游戏人工智能及如何进
入3D 世界等基本的游戏设计基础。除了让学习者有清楚的基础概念以外,还能
实际地应用于游戏设计。(This book describes how to design games with Visual C++ and DirectX, explanation and game instances combine to explain the concept of progressive realization of their own making games. From the game screen to draw the book enter the messaging, gaming, animation, game tips, game design principles, physical phenomena of game artificial intelligence and how to enter the 3D world, and other basic fundamentals of game design. In addition to that learners have clear concepts, but also actual in game design.)
- 2012-05-10 11:26:55下载
- 积分:1
-
书籍Introduction to 3D Game Programming with DirectX 9.0的部分源代码,是学习directx9.0的好工具...
书籍Introduction to 3D Game Programming with DirectX 9.0的部分源代码,是学习directx9.0的好工具-books Introduction to 3D Game Programming with DirectX 9.0 source code is a good learning tool directx9.0
- 2022-07-26 07:01:39下载
- 积分:1
-
一个小小游戏的学习例子,自己收藏的,里边封装了几个类
一个小小游戏的学习例子,自己收藏的,里边封装了几个类
- 2022-06-02 03:16:10下载
- 积分:1
-
playFile
directshow 实现wave文件的播放
(directshow achieve wave broadcast documents)
- 2007-06-29 08:57:55下载
- 积分:1
-
a good video conference code, the use of the source code can install delphiX
一个不错的视频会议代码,
使用源代码可以先安装
delphiX
-a good video conference code, the use of the source code can install delphiX
- 2022-03-04 18:04:18下载
- 积分:1
-
易语言DirectX支持库教程,directx在易言下的编程宝典
易语言DirectX支持库教程,directx在易言下的编程宝典-Easy Language Guide DirectX support for the Treasury, directx programming in easy言下Baodian
- 2022-06-27 23:44:56下载
- 积分:1
-
一个使用directdraw编写的游戏,解压后即得到原程序!
一个使用directdraw编写的游戏,解压后即得到原程序!-Prepared using a directdraw game, get the original after decompression program!
- 2022-02-25 03:24:47下载
- 积分:1
-
DirectShow过滤器2
DirectShow 2.0 filter
- 2023-07-24 00:20:05下载
- 积分:1
-
BCB_directshow
BCB中的 directshow多路视频采集(BCB in the multi-channel video capture directshow)
- 2013-06-09 15:01:34下载
- 积分:1