• 大小: 1.28 MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 其他
  • 标签: 3D  游戏  源码  

资源简介

狼队D3D游戏通用人物透视源码


西西游戏网:www.waig8.com

编程交流论坛:bbs.waig8.com

资源截图

代码片段和文件信息

#include 
#include “D3d9.h“
#include “D3dx9.h“
#include 
#pragma comment (lib “d3d9.lib“)
#pragma comment(lib “d3dx9.lib“)
BOOL Xhair=1;
bool FontCreated = false;
static LPD3DXFONT m_pFont1  = NULL;
bool WallHack=1;

DWORD WINAPI dwWaitThread( LPVOID lpArgs );
typedef HRESULT(WINAPI* DrawIndexedPrimitive_)(LPDIRECT3DDEVICE9 pDevice D3DPRIMITIVETYPE Type INT baseVertexIndex UINT MinIndex UINT NumVertices UINT StartIndex UINT PrimitiveCount);
DrawIndexedPrimitive_ pDrawIndexedPrimitive;
typedef HRESULT ( WINAPI *EndScene_)( IDirect3DDevice9 * pDevice );
EndScene_ pEndScene;
typedef HRESULT ( WINAPI *CreateQuery_)(LPDIRECT3DDEVICE9 pDevice D3DQUERYTYPE TypeIDirect3DQuery9** ppQuery);
CreateQuery_ pCreateQuery;




void DrawFont (int X int Y

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     150582  2007-09-27 14:19  Direct3D\d3d9.h

     文件      24952  2010-02-08 19:19  Direct3D\d3d9caps.h

     文件      75829  2007-09-27 14:19  Direct3D\d3d9types.h

     文件       1933  2009-09-05 02:28  Direct3D\d3dx9.h

     文件      23921  2009-09-05 02:28  Direct3D\d3dx9core.h

     文件      59604  2009-09-05 02:28  Direct3D\d3dx9math.h

     文件      45267  2009-09-05 02:28  Direct3D\d3dx9math.inl

     文件    4392544  2013-03-30 21:42  Direct3D\Debug\Direct3D.pch

     文件     164864  2013-03-31 00:34  Direct3D\Debug\vc60.idb

     文件     151552  2013-03-31 00:26  Direct3D\Debug\vc60.pdb

     文件       5967  2013-03-30 21:41  Direct3D\Direct3D.cpp

     文件       3425  2012-08-31 10:40  Direct3D\Direct3D.dsp

     文件        524  2012-08-31 10:40  Direct3D\Direct3D.dsw

     文件     132096  2013-03-31 00:35  Direct3D\Direct3D.ncb

     文件      50688  2013-03-31 00:35  Direct3D\Direct3D.opt

     文件        800  2013-03-31 00:26  Direct3D\Direct3D.plg

     文件      33792  2012-08-31 10:38  Direct3D\Release\vc60.idb

     目录          0  2013-03-31 12:37  Direct3D\Debug

     目录          0  2013-03-31 12:37  Direct3D\Release

     目录          0  2013-03-31 12:37  Direct3D

----------- ---------  ---------- -----  ----

              5318340                    20


评论

共有 条评论