-
经典的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
-
这是一个很不错的Directx编程文档,赶快下载
这是一个很不错的Directx编程文档,赶快下载-This is a very good DirectX programming documents, quickly download
- 2022-09-26 11:25:03下载
- 积分: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
-
IsoTest_src
一个象《帝国时代》游戏里农民行走的游戏例子,使用到前面的DXGuilde.zip( In an elephant "Empire Time" plays the game example which the
farmer walks, uses front DXGuilde.zip)
- 2001-02-21 02:35:20下载
- 积分:1
-
3D波动网格,不使用DirectX,在窗口中画显示波动3D网格效果!
3D波动网格,不使用DirectX,在窗口中画显示波动3D网格效果!-3D grid fluctuations, the use of DirectX, in the window painting shows fluctuations 3D mesh effect!
- 2022-11-14 13:35:03下载
- 积分:1
-
433193
手柄模拟鼠标键盘源码,例程程序结合易语言扩展界面支持库和DirectX2D支持库,调用API函数实现手柄模拟鼠标键盘操作。(Handle mouse and keyboard simulation source , routine program interface combined with easy language support library and DirectX2D extended support library , call the API function handles mouse and keyboard simulation .)
- 2017-01-06 12:50:10下载
- 积分:1
-
3D Park, the trees and birds, learning DIREXT 3D is a good example
三维公园,有树和飞鸟,是学习DIREXT 3D 的好例子-3D Park, the trees and birds, learning DIREXT 3D is a good example
- 2023-08-23 06:10:03下载
- 积分:1
-
使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就...
使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就可以访问与每个表面相关的内存。-using DirectDraw line drawing. The surface is a linear arrangement on the block of memory, it can use a char array to describe. By calling IDirectDrawSurface : : Lock () method, we can visit with each surface-associated memory.
- 2022-09-13 07:30:03下载
- 积分:1
-
用Directshow捕捉视频流和抓取静态图片
用Directshow捕捉视频流和抓取静态图片-Directshow capture by crawling video streaming and still image
- 2022-12-25 19:40:03下载
- 积分:1
-
. X documents to read for 3D static model of the read, very useful for D3D
.X文件的读取,用于3D静态模型的读取,对D3D非常有用的-. X documents to read for 3D static model of the read, very useful for D3D
- 2022-02-22 11:59:56下载
- 积分:1