-
MyOpenGL
说明: 利用OPENGL实现三维显示,包括读入OBJ数据进行平移旋转缩放等操作(3D VIEW)
- 2011-04-01 17:38:23下载
- 积分:1
-
可以玩的示例程序*。mpg格式的文件,希望对初学者有帮助。
一个Directx示例程序,可以播放*.mpg格式的文件,希望对初学者有帮助。-a sample program that can play*. mpg files, and I hope to help beginners.
- 2022-07-21 21:05:16下载
- 积分:1
-
directdraw
directdraw 教程(directdraw Guide)
- 2007-07-04 09:44:36下载
- 积分: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
-
Managed.DirectX.9
说明: DirecX 教程书籍,用于开发DirecX Graphic and Programming book(DirecX guide books for the development and DirecX Graphic Programming book)
- 2006-04-07 09:59:53下载
- 积分:1
-
WinCE下的一个directshow 的AVI文件解析的源filter
WinCE下的一个directshow 的AVI文件解析的源filter-WinCE under a DirectShow AVI file to resolve the source filter
- 2022-09-04 18:45:02下载
- 积分:1
-
在Direct3D 9中使用zip压缩贴图演示
在Direct3D 9中使用zip压缩贴图演示-Direct3D 9 in the use of zip compression mapping demo
- 2022-09-24 19:30:03下载
- 积分:1
-
使用DirectDraw画多边形。DirectDrawSurface接口的优点是能够调用GDI,仅需4个函数就可以在DirectDraw中画多边形。...
使用DirectDraw画多边形。DirectDrawSurface接口的优点是能够调用GDI,仅需4个函数就可以在DirectDraw中画多边形。-using DirectDraw painting polygon. DirectDrawSurface advantage of the interface can call GDI, only four can function in DirectDraw draws polygons.
- 2022-04-12 19:04:38下载
- 积分:1
-
direct
说明: QT+directshow实现UVS摄像头预览及显示图像(Realization of UVS Camera Preview and Display Image by QT+directshow)
- 2020-07-10 14:38:56下载
- 积分:1
-
用ASM实现像素的模糊效果,是从一个好的GPU程序源码学习…
使用ASM实现的像素模糊效果,是学习GPU编程很好的源码,采用DirectX和HLSL编写!-Use ASM to achieve pixel blur effect, is to learn from a good source GPU programming using DirectX and HLSL prepared!
- 2022-12-22 19:25:03下载
- 积分:1