-
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
-
WolfD3D
D3D透视上色 可实现很多游戏的透视
狼队 火力突击 穿越火线 逆战 等等的D3D游戏(The D3D perspective color the perspective of a lot of games)
- 2012-10-15 14:30:02下载
- 积分:1
-
very good imitation of 3d game. Yes to the beginner.
很不错的仿3d游戏。是初学着的-very good imitation of 3d game. Yes to the beginner.
- 2022-01-22 09:13:47下载
- 积分:1
-
3Dnetwork
程序分2部分,一部分是用C++编写,负责显示3D效果,另一部分是由C#编写,负责网络通信(Program in 2 parts, one written with C++, responsible for displaying the 3D effect, the other is written by the C# is responsible for network communication)
- 2010-10-18 17:00:48下载
- 积分:1
-
利用delphix开发的程序,很好,如果您要开发delphiX程序,请
利用delphix开发的程序,很好,如果您要开发delphiX程序,请-delphix use of the program, a very good, if you want to develop delphiX procedures, please s
- 2022-08-10 05:13:35下载
- 积分:1
-
ENG3D
说明: 基于D3D9.0 SDK 尝试制作的3D demo
./DXD3D 简易的D3D 引擎,封装了部分常用工具类,比如蒙皮动画和静态骨骼等等
./res 资源
./Textures 资源
./bin 编译后的程序,以及必须的dll和资源,资源同上级目录,可直接运行(可能需DX9.0 runtime)(D3D9.0 SDK-based production of 3D demo ./DXD3D Simple D3D engine, include some of the common util classes, such as skinned mesh and static mesh, etc.
./res Resources. .
./Textures Resources.
./Bin compiled program, and necessary dll and resources, the resources are the same as what exists in the parent directory. It can be run directly.
(DX9.0 runtime maybe necessary))
- 2010-04-05 15:10:03下载
- 积分:1
-
DirectX的基础例程,程序实现了图像像素级操作的方法。
DirectX的基础例程,程序实现了图像像素级操作的方法。-The basis of DirectX routines, procedures realize the image-pixel method of operation.
- 2022-03-17 07:06:30下载
- 积分:1
-
canvasFrame
说明: 这是一段在VC6环境下编写的用DirectX实现图片镂空效果的源代码。(This is a period in the preparation of the VC6 environment to achieve images with DirectX source code hollowing effect.)
- 2009-08-07 11:00:24下载
- 积分:1
-
这是用DirectX编写的一个基本的3D的游戏框架,适合初学者使用。...
这是用DirectX编写的一个基本的3D的游戏框架,适合初学者使用。-This is a DirectX prepared using a basic framework for 3D games, suitable for beginners to use.
- 2022-03-17 01:01:55下载
- 积分:1
-
基于模型的动画骨骼DirectX平台阅读,
基于DirectX平台的骨骼动画的模型读取,-DirectX platform based on the skeleton of the model animation read,
- 2022-07-24 07:43:13下载
- 积分:1