-
AlphaBlend
说明: DirectX编程:Alpha混合示例程序(DirectX programming: alpha mixed sample program)
- 2020-06-10 14:19:10下载
- 积分:1
-
这本书的DirectX SDK 9版,几乎涵盖了在Windows平台的建模…
这本书directxsdkversion9.0,几乎涵盖了Windows平台上执行C编程的各个方面。这本书分为四个部分。第一部分介绍了DirectShow的基本知识。第二部分重点介绍了滤波器的开发,以及DirectShow的应用开发,包括目前流行的音视频采集、数码相机、非线性编辑等应用。第三部分深入分析了DirectShow-SDK典型部分的源代码。第四部分笔者通过案例和开源分析,进一步阐述了DirectShow的实际应用。04
- 2022-07-22 20:38:17下载
- 积分:1
-
这是别人写的一个Filter,负责MPEG
这是别人写的一个Filter,负责MPEG-2 Video的解码。微软的DirectX提供MPEG-1的Splitter、Audio/Video Decoder,MPEG-2的Splitter,但是就是没有MPEG-2 Video Decoder。作者写了这个Filter来弥补这个空白。欢迎大家下载这个Filter使用。-This is written by someone else a Filter, responsible for the MPEG-2 Video decoder. Microsoft"s DirectX for MPEG-1 Splitter, Audio/Video Decoder, MPEG-2 Splitter, but it is not MPEG-2 Video Decoder. The author wrote the Filter to bridge the gap. You are welcome to download the Filter use.
- 2022-07-11 01:29:56下载
- 积分:1
-
一套很不错的DirectX封装类库,功能强大
一套很不错的DirectX封装类库,功能强大- A set of very good DirectX seal class storehouse, the function
is formidable
- 2022-01-24 18:41:41下载
- 积分:1
-
MyOpenGL
说明: 利用OPENGL实现三维显示,包括读入OBJ数据进行平移旋转缩放等操作(3D VIEW)
- 2011-04-01 17:38:23下载
- 积分: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
-
它是在微软Visual Basic教程和DirectX代码实例开发…
这是用微软的Visual basic开发的Directx的教程和实例代码啦-It is developed in Microsoft Visual basic tutorials and examples of Directx code. .
- 2022-03-12 18:15:27下载
- 积分:1
-
在D3D中实现mp3,mid,avi的播放
在D3D中实现mp3,mid,avi的播放-D3D achieve in mp3, mid, avi player
- 2022-07-21 15:52:13下载
- 积分:1
-
procedures for the use of VC DirectDraw procedure, the use of DirectSound proced...
程序使用VC++开发程序涉及DirectDraw,DirectSound的使用程序功能非常完成,很有参考价值。-procedures for the use of VC DirectDraw procedure, the use of DirectSound procedure is very complete, great reference value.
- 2023-07-24 03:45:04下载
- 积分:1
-
一开始是电子书谈论游戏
a ebook talking about beginning game with direcx -a ebook talking about beginning game with direcx
- 2022-03-19 04:36:43下载
- 积分:1