-
基础DirectX技术实现,适合初学者参考
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2022-03-10 07:02:59下载
- 积分:1
-
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
-
WavDest
directshow 的 示范例子。完成WAV 流的转换。(directshow demonstration examples. WAV flow completed the conversion.)
- 2007-06-03 03:28:21下载
- 积分:1
-
用Directshow捕捉视频流和抓取静态图片
用Directshow捕捉视频流和抓取静态图片-Directshow capture by crawling video streaming and still image
- 2022-12-25 19:40:03下载
- 积分:1
-
DirectSurface.zip
--DirectSurface.zip
- 2022-07-25 10:01:13下载
- 积分:1
-
基于DirectShow的控制USB摄像头,和一个质量调整功能
基于DirectShow控制USB摄像头,并带有画质调节功能-Based on DirectShow Control USB camera, and with a quality adjustment function
- 2023-06-01 18:55:03下载
- 积分:1
-
基于D3D的2D小游戏,供新手学习
实现功能有,天上落下娃娃,
人物碰撞实现,
图片渐进消失,
仅供学习...
基于D3D的2D小游戏,供新手学习
实现功能有,天上落下娃娃,
人物碰撞实现,
图片渐进消失,
仅供学习-Based on D3D for 2D game for the novice to learn to achieve function, the sky falling dolls, figures to achieve the collision, pictures gradual disappear, only to learn
- 2023-02-03 15:05:05下载
- 积分: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
-
DirectX3D proficient in graphics and animation program design
《精通DirectX3D图形与动画程序设计》――19_第十九章 HLSL像素渲染,经过测试可以运行- DirectX3D proficient in graphics and animation program design - Chapter 19_ nineteenth HLSL pixel shader, after test run
- 2022-02-03 10:52:38下载
- 积分:1
-
应用DX编写的一个小3D游戏 基本实现了人物走动等功能 并且可以多人联机...
应用DX编写的一个小3D游戏 基本实现了人物走动等功能 并且可以多人联机-Applications DX prepared basically a small 3D game features a character and can move around more than on-line
- 2023-07-12 19:30:09下载
- 积分:1