-
这个程序讲述了一个模型的帧动画,是学习骨骼动画的基础,值得学习。...
这个程序讲述了一个模型的帧动画,是学习骨骼动画的基础,值得学习。-This procedure tells the story of a model frame animation, skeleton animation is the basis of learning, it is worth learning.
- 2022-03-12 13:34:20下载
- 积分:1
-
err
windows游戏编程大师技巧源码
本书介绍了在Windows环境下进行游戏编程所需用到的各方面知识,作者是著名的游戏开发大师Andrè LaMothe,他的每一本作品基本上都被视为游戏编程书籍的镇山之作。本书第一版的中文版自面市以来获得了广泛好评,持续热销,多次重印。此次修订在多方面更新了第一版中的内容,并且清除了拼写和技术错误,使用DirectX的最新版本来配合编译本书所带的程序代码,加入了大量新内容,例如关于16 位RGB 高彩模式的更多细节及众多新增的解释,还有一个新章节专门讨论文本解析(text parsing)。-err
- 2022-04-15 12:07:58下载
- 积分: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
-
一个战略游戏的代码,包括所有的可编译文件和图形资料
一个战略游戏的代码,包括所有的可编译文件和图形资料-a strategy game code, including all documents can be compiled and graphics information!
- 2022-04-30 19:50:04下载
- 积分:1
-
这是DirectX编程中公告版技术的一个实例,里面还有D3D中2D文字使用方法,希望可以给学习DirectX编程的参考下...
这是DirectX编程中公告版技术的一个实例,里面还有D3D中2D文字使用方法,希望可以给学习DirectX编程的参考下-This is the version of DirectX programming technology in the notice an example, which characters have to use D3D in 2D, and I hope that can give a reference study under DirectX Programming
- 2022-06-29 18:58:54下载
- 积分:1
-
一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip...
一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip- In an elephant "Empire Time" plays the small game example which
the vehicles fire, uses front DXGuide.zip
- 2022-01-30 14:07:24下载
- 积分:1
-
用DirectX实现的台球游戏,很具有可玩性,整个程序基本上描述了一款桌面游戏的整体结构。...
用DirectX实现的台球游戏,很具有可玩性,整个程序基本上描述了一款桌面游戏的整体结构。-DirectX realize with the billiards game, it has the playability, the whole process is basically a description of the overall structure of the desktop game.
- 2023-09-04 02:30:06下载
- 积分:1
-
在vc的环境下,运用directshow对摄相头的图片进行抓取.
在vc的环境下,运用directshow对摄相头的图片进行抓取.-In vc environment, the use of directshow to the perturbation of the picture the first crawl.
- 2022-11-30 21:55:08下载
- 积分:1
-
Teach-Yourself-DirectX-7-in-24-Hours
Teach Yourself DirectX 7 in 24 Hours E-book
- 2012-09-06 21:14:28下载
- 积分: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