-
Many people want but can not find the DirectX8 Tutorials Tutorial, I worked hard...
很多人都想要却找不到的DirectX8 Tutorials教程,我辛苦找了一天才找到的。很适合初学者用,入门者可以巩固一下。-Many people want but can not find the DirectX8 Tutorials Tutorial, I worked hard to find a day to find the. Very suitable for beginners, and beginners can look to consolidate.
- 2022-03-05 21:22:14下载
- 积分:1
-
DirectX SDK中的例子,演示了监测3D物体的碰撞方法。用于学习DirectX的编程。运行需要安装DirectX SDK 2008。...
DirectX SDK中的例子,演示了监测3D物体的碰撞方法。用于学习DirectX的编程。运行需要安装DirectX SDK 2008。-DirectX SDK examples, demonstrations of monitoring methods of 3D objects in the collision. For learning DirectX programming. Operation need to install DirectX SDK 2008.
- 2022-02-03 13:20:04下载
- 积分:1
-
Donnuts(面包圈大战)是Microsoft DirectX9 SDK 中一款用DirectX 技术开发的第一人称三维射击游戏
Donnuts(面包圈大战)是Microsoft DirectX9 SDK 中一款用DirectX 技术开发的第一人称三维射击游戏-Donnuts (donut war) is a Microsoft DirectX9 SDK in use DirectX technology development of three-dimensional first-person shooting game
- 2022-07-11 10:25:23下载
- 积分: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
-
经典的C++ D3D游戏编程的书籍,“DirectX 9 3D游戏开发的过程。
经典C++ D3D 游戏编程书籍《DirectX 9.0 3D Game Development Programming》 中的实例代码-Classic C++ D3D game programming books, " DirectX 9.0 3D Game Development Programming" in the instance of the code
- 2022-05-23 15:30:39下载
- 积分:1
-
这是别人写的一个Filter,负责MPEG
这是别人写的一个Filter,负责MPEG-2 Video的解码。微软的DirectX提供MPEG-1的Splitter、Audio/Video Decoder,MPEG-2的Splitter,但是就是没有MPEG-2 Video Decoder。作者写了这个Filter来弥补这个空白。欢迎大家下载这个Filter使用。-This is written by someone else a Filter, responsible for the MPEG-2 Video decoder. Microsoft"s DirectX for MPEG-1 Splitter, Audio/Video Decoder, MPEG-2 Splitter, but it is not MPEG-2 Video Decoder. The author wrote the Filter to bridge the gap. You are welcome to download the Filter use.
- 2022-07-11 01:29:56下载
- 积分:1
-
本程序在Windows 2000、Visual C++ 6.0、DirectX 9.0 环境下编译通过。
本程序在Windows 2000、Visual C++ 6.0、DirectX 9.0 环境下编译通过。-this program in Windows 2000, Visual C 6.0, DirectX 9.0 environment compile.
- 2022-02-14 00:12:15下载
- 积分:1
-
directx 教程 ,翻译版
详细介绍了 directx SDK包的功能和使用方法,是多媒体开发的必备参考资料。...
directx 教程 ,翻译版
详细介绍了 directx SDK包的功能和使用方法,是多媒体开发的必备参考资料。-directx tutorials, translation edition detailed directx SDK package functionality and use is essential to develop multi-media reference materials.
- 2023-01-20 14:30:04下载
- 积分:1
-
dx 帮助中文 值得收藏.
dx 帮助中文 值得收藏.-dx to help the Chinese collection is worth.
- 2022-08-18 14:32:34下载
- 积分:1
-
本规范中所指定的数据类型如INT,FIXED,VARSTR,FLOAT,DATE,TIME等只是为数据检查设定的;前端系统通过调用时均以字符串方式上送,AG会根...
本规范中所指定的数据类型如INT,FIXED,VARSTR,FLOAT,DATE,TIME等只是为数据检查设定的;前端系统通过调用时均以字符串方式上送,AG会根据该规范进行必要的类型和长度检查; 除非特别说明,本规范中的规定的字段长度都是最大长度(FIXED类型是定长)。-the norms as specified in the data types such as INT, fixed, VARSTR, FLOAT, DATE, TIME, etc. only to check data set; By calling the front-end system when there were a string sent to the AG on the basis of norms of the necessary type and length of inspections; Unless indicated, the specification of the length field is the largest length (fixed length type).
- 2022-02-02 12:43:58下载
- 积分:1