-
Enumerate all the video device name and path name
枚举所有视频设备名和路径名
- 2022-09-13 21:05:02下载
- 积分:1
-
WolfD3D
D3D透视上色 可实现很多游戏的透视
狼队 火力突击 穿越火线 逆战 等等的D3D游戏(The D3D perspective color the perspective of a lot of games)
- 2012-10-15 14:30: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
-
Direct Sound放音程序代码
Direct Sound放音程序代码-Direct Sound of audio code
- 2023-04-13 02:55:03下载
- 积分:1
-
directxLight介绍灯光加入,灯光的种类等。
directxLight介绍灯光加入,灯光的种类等。-Introduction directxLight adding lighting, lighting types.
- 2023-06-26 03:10:03下载
- 积分:1
-
use Direct3D interstellar flight simulation images
利用 Direct3D 模拟星际飞行的画面-use Direct3D interstellar flight simulation images
- 2022-02-01 19:10:31下载
- 积分:1
-
16732
Metro风格淡入淡出源码,例程程序结合易语言多线程支持库和DirectX2D支持库,模拟实现Metro风格的文字淡入淡出效果。(Metro style fade source, routine program combined with easy language support library and DirectX2D multithreading support libraries , analog implementation Metro style text fades.)
- 2015-12-29 10:42:22下载
- 积分:1
-
nvrenzhe
VB+directx7 编写的游戏
VB+directx7 编写的游戏
(VB+ directx7 game written in VB+ directx7 game written)
- 2009-12-24 00:41:49下载
- 积分: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
-
一本关于D3D9游戏设计的入门教程,能给有兴趣的人提供帮助。...
一本关于D3D9游戏设计的入门教程,能给有兴趣的人提供帮助。-D3D9 one on game design entry tutorial, will give those who are interested in to help.
- 2022-10-13 15:50:04下载
- 积分:1