-
Visual C++/DirectX9 3D游戏开发引导的一个Stencil蒙版阴影处理例子
Visual C++/DirectX9 3D游戏开发引导的一个Stencil蒙版阴影处理例子-Visual C++/DirectX9 3D game development as a guide Mask Stencil shadow processing example
- 2022-11-25 08:05:04下载
- 积分:1
-
Direct Sound放音程序代码
Direct Sound放音程序代码-Direct Sound of audio code
- 2023-04-13 02:55:03下载
- 积分:1
-
dx11tut09
DirectX11教程,为场景中的物体打上环境光(DirectX11 tutorial for the objects in the scene marked with ambient light)
- 2013-04-14 13:38:48下载
- 积分:1
-
0441
放大取色源码程序,结合易语言DirectX2D支持库和扩展功能支持库,调用API函数实现放大取色不失真效果。(Enlarge take color source program, combined with easy language support library and extensions DirectX2D support library , call the API function color distortion amplification takes effect .)
- 2016-11-26 11:19:55下载
- 积分:1
-
用DShow同时进行视频预览和捕捉 .rar
用DShow同时进行视频预览和捕捉 .rar-DShow simultaneously with video preview and capture. Rar
- 2022-03-13 02:29:22下载
- 积分:1
-
dircet教程代码主要讲述怎么用vc++ direct8.1 制作游戏引擎的深入浅出通俗易懂 比较简单...
dircet教程代码主要讲述怎么用vc++ direct8.1 制作游戏引擎的深入浅出通俗易懂 比较简单-direct Directory code used mainly about how vc direct8.1 game production engine is relatively simple easy accessibly
- 2022-03-23 06:47:48下载
- 积分:1
-
使用DirectShow和GDI画图的例子代码
使用DirectShow和GDI画图的例子代码-Using DirectShow and the GDI drawing code examples
- 2023-01-15 09:40:04下载
- 积分: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
-
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
-
monitor
这个是使用directshow编写的视频播放小工具,是命令行界面的(This is written using directshow video player gadget that is a command-line interface)
- 2014-05-10 17:28:41下载
- 积分:1