-
TreeView 中节点拖动、增加、删除等功能演示。
TreeView 中节点拖动、增加、删除等功能演示。-TreeView nodes Drive, addition, deletion function demo.
- 2022-02-26 17:26:43下载
- 积分:1
-
加载一个3d模型,以及材质的载入,灯光渲染,程序框架。
加载一个3d模型,以及材质的载入,灯光渲染,程序框架。-Load a 3d model, as well as material loading, lighting rendering, procedural framework.
- 2022-08-22 20:53:11下载
- 积分:1
-
DirectX的基础例程,程序实现了图像像素级操作的方法。
DirectX的基础例程,程序实现了图像像素级操作的方法。-The basis of DirectX routines, procedures realize the image-pixel method of operation.
- 2022-03-17 07:06:30下载
- 积分:1
-
3Dnetwork
程序分2部分,一部分是用C++编写,负责显示3D效果,另一部分是由C#编写,负责网络通信(Program in 2 parts, one written with C++, responsible for displaying the 3D effect, the other is written by the C# is responsible for network communication)
- 2010-10-18 17:00:48下载
- 积分: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
-
D3D_Camera
DX9 摄像机简单封装
适合初学者学习(DX9 simple package for beginners to learn camera)
- 2011-10-01 09:35:03下载
- 积分:1
-
2
- 2008-08-28 22:44:52下载
- 积分:1
-
一个完整的游戏程序源代码,一个打飞机的小游戏
一个完整的游戏程序源代码,一个打飞机的小游戏-a complete game source code, a small aircraft of the game
- 2022-06-12 12:04:57下载
- 积分:1
-
基于材质的alpha混合,提供于directx初学者
基于材质的alpha混合,提供于directx初学者-based on material from the alpha blending, in DirectX beginners
- 2022-01-24 12:37:32下载
- 积分:1
-
用Directshow捕捉视频流和抓取静态图片
用Directshow捕捉视频流和抓取静态图片-Directshow capture by crawling video streaming and still image
- 2022-12-25 19:40:03下载
- 积分:1