-
lit_pyramid
学习directx的光照效果源程序, 显示pyramid造型光照效果,在directx8环境下编译(Directx study the effect of the light source, showing the effect of light pyramid shape, in the circumstances directx8 compiler)
- 2009-04-10 17:17:19下载
- 积分:1
-
developed using DirectX procedures DirectDraw procedure to achieve mission activ...
用delphi 开发的 directx 程序 directdraw 实现任务活动程序-developed using DirectX procedures DirectDraw procedure to achieve mission activities
- 2022-10-10 02:10:03下载
- 积分:1
-
Directshow 的源码,对初学者很有帮助
Directshow 的源码,对初学者很有帮助-Directshow source, useful for beginners
- 2022-06-21 13:10:16下载
- 积分:1
-
smart_directdraw_demo
说明: 这是一个对DirectDraw接口进行封装的类库,使你可以更加快速、容易地进入DirectDraw的世界。
(this is a DirectDraw interface class library package, so you can more rapidly, easier access to DirectDraw world.)
- 2006-02-23 15:05:34下载
- 积分: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
-
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
-
DirectX学习范例: 2D RPG类游戏编程学习
DirectX学习范例: 2D RPG类游戏编程学习-DirectX learning example: 2D RPG game programming learning
- 2022-07-27 05:48:19下载
- 积分:1
-
DX编程 很简单的
DX编程 很简单的-DX very simple programming
- 2022-01-27 20:08:40下载
- 积分:1
-
在DirectX下弹出对话框,通过钩子实现(附件中有钩子dll)源码...
在DirectX下弹出对话框,通过钩子实现(附件中有钩子dll)源码-DirectX under the dialog box appears, by hook achieve (a hook annex dll) FOSS
- 2023-08-09 09:10:02下载
- 积分:1
-
a source of tools to use DirectShow
一个Camera DEMO的工具源码使用DirectShow-a source of tools to use DirectShow
- 2022-10-03 05:55:04下载
- 积分:1