-
自然效果雪的模拟,采用DirectX编写!
自然效果雪的模拟,采用DirectX编写!-Simulated the natural effects of snow, using DirectX write!
- 2023-03-30 12:35:04下载
- 积分:1
-
directshownet(音视频DIRECETX应用)
directshownet(音视频DIRECETX应用)-directshownet (audio and video applications DIRECETX)
- 2022-04-09 17:11:53下载
- 积分:1
-
这是DirectX编程中公告版技术的一个实例,里面还有D3D中2D文字使用方法,希望可以给学习DirectX编程的参考下...
这是DirectX编程中公告版技术的一个实例,里面还有D3D中2D文字使用方法,希望可以给学习DirectX编程的参考下-This is the version of DirectX programming technology in the notice an example, which characters have to use D3D in 2D, and I hope that can give a reference study under DirectX Programming
- 2022-06-29 18:58:54下载
- 积分:1
-
Direct3D的物理模拟
direct3d物理模拟-Direct3D physical simulation
- 2022-07-09 05:47:58下载
- 积分:1
-
使用这些超简单的对象创建一个廉价的2D游戏
use these ultra simple objects to create a cheezy 2d game
- 2023-05-02 21:45:04下载
- 积分:1
-
ENG3D
说明: 基于D3D9.0 SDK 尝试制作的3D demo
./DXD3D 简易的D3D 引擎,封装了部分常用工具类,比如蒙皮动画和静态骨骼等等
./res 资源
./Textures 资源
./bin 编译后的程序,以及必须的dll和资源,资源同上级目录,可直接运行(可能需DX9.0 runtime)(D3D9.0 SDK-based production of 3D demo ./DXD3D Simple D3D engine, include some of the common util classes, such as skinned mesh and static mesh, etc.
./res Resources. .
./Textures Resources.
./Bin compiled program, and necessary dll and resources, the resources are the same as what exists in the parent directory. It can be run directly.
(DX9.0 runtime maybe necessary))
- 2010-04-05 15:10: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
-
DirectShowLibNET
DirectShowLibNET - A library to allow .NET applications to use DirectShow functions-DirectShowLibNET- A library to allow .NET applications to use DirectShow functions
- 2022-08-02 21:32:43下载
- 积分:1
-
volumemeter(Managed DirectX)
VolumeMeter (Managed DirectX)
This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any Windows Forms application. You may select the input, and tweak the appearance of the animation through various parameters.
The idea behind this project is to maintain a very short buffer of audio and constantly record into it. The control is on a timer, and periodically queries the buffer to see what volume level the most recent sample has, and then sets a progress bar s value accordingly.
- 2022-03-25 07:11:13下载
- 积分:1
-
a DirectX packaging category
一个DirectX包装类-a DirectX packaging category
- 2022-03-20 02:52:59下载
- 积分:1