-
基础DirectX技术实现,适合初学者参考
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2022-02-06 00:23:11下载
- 积分:1
-
声音直接有用的CLA
direct sound useful cla-direct sound useful class
- 2022-03-24 10:23:08下载
- 积分:1
-
D2D_single_cell
建立单小区D2D模型,实现随机在单小区当中撒多个蜂窝用户,再将D2D对撒入单小区当中。(Establish single D2D cell)
- 2015-01-05 21:34:42下载
- 积分:1
-
DirectX SDK examples, to demonstrate the application of HDR. DirectX useful for...
DirectX SDK中的例子,演示了HDR的应用。对于DirectX的编写很有帮助,运行需要安装DirectX SDK 2008。-DirectX SDK examples, to demonstrate the application of HDR. DirectX useful for the preparation, operation need to install DirectX SDK 2008.
- 2022-03-30 00:28:32下载
- 积分:1
-
Directx-8.1-Programming-for-CPP
应用程序向导。此工具提供了一个应用程序向导创建一个DirectX应用程序与DirectX组件的任意组合。这个工具是在安装过程中的软件开发工具包(SDK)安装,并创建一个新的应用程序时,可以在Microsoft Visual Studio® 访问。欲了解更多信息,请参阅应用程序向导。
错误查找工具。使用这个工具,采取十六进制的错误代码,并期待一个基于文本的错误信息。 SDK安装的一部分安装此工具,可以从开始,程序,微软DirectX8.1 SDK,DirectX的公用事业,DirectX错误查询访问。
DirectX图形的新功能(AppWizard. This tool provides an application wizard for creating a DirectX application with any combination of DirectX components. This tool is installed during the software development kit (SDK) install and can be accessed within Microsoft Visual Studio® when creating a new application. For more information see AppWizard.
Error Lookup Tool. Use this tool to take the hexadecimal error codes and look up a text-based error message. This tool is installed as part of the SDK install and can be accessed from Start, Programs, Microsoft DirectX 8.1 SDK, DirectX Utilities, DirectX Error Lookup.
New Features in DirectX Graphics
)
- 2012-01-11 20:54:36下载
- 积分:1
-
directx旋转质材,开发环境directx sdk 2006 summer+,and VC 6.0 +
directx旋转质材,开发环境directx sdk 2006 summer+,and VC 6.0 +-directx rotation material, Development Environment directx sdk summer 2006+, and Visual C++ 6.0
- 2022-01-31 16:36:41下载
- 积分:1
-
Direct Sound放音程序代码
Direct Sound放音程序代码-Direct Sound of audio code
- 2023-04-13 02:55:03下载
- 积分:1
-
Tile Static Scrolling Demo
说明: 2D游戏下,实现如何使用静态滚动游戏背景(doing static scrolling game background.)
- 2020-06-21 12:40:02下载
- 积分:1
-
DirectX learning paradigm: learning
DirectX学习范例: 学习《Sams Teach Yourself Game Programming with DirectX in 21 Days》的参考范例1-DirectX learning paradigm: learning
- 2022-12-02 04:35:04下载
- 积分: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