-
Win32Cube
DirectX编写绘制旋转的盒子,便于新手学习如何设置世界矩阵,投影举证(DirectX prepared draw the rotating box, easy for novices to learn how to set the world matrix, projection proof)
- 2013-11-16 22:57:55下载
- 积分:1
-
' This program demonstrates the basic DirectDraw, DirectDrawSurface object th...
这个程序演示了基本的DirectDraw、DirectDrawSurface对象的建立,
同时演示了怎样在DirectDrawSurface对象上进行基本的图象操作-" This program demonstrates the basic DirectDraw, DirectDrawSurface object the establishment, at the same time demonstrated how the basic object DirectDrawSurface image operation
- 2022-07-21 05:33:38下载
- 积分: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
-
用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
-
同样也是好东西,看看吧,对directx的理解会更进一步
同样也是好东西,看看吧,对directx的理解会更进一步-equally good things, let"s see it, right DirectX understanding will be further
- 2022-01-22 14:26:41下载
- 积分:1
-
基于模型的动画骨骼DirectX平台阅读,
基于DirectX平台的骨骼动画的模型读取,-DirectX platform based on the skeleton of the model animation read,
- 2022-07-24 07:43:13下载
- 积分:1
-
C#测试directX动画
使用C#,开发三维仿真。主要使用DirectX。(Simulation three dimensional simulation)
- 2018-04-17 10:02:35下载
- 积分:1
-
DirectDraw short example
directdraw 短小实例-DirectDraw short example
- 2022-10-24 10:35:03下载
- 积分:1
-
基础DirectX技术实现,适合初学者参考
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2022-02-06 00:23:11下载
- 积分:1
-
Effective C, C programming introduced on the issue of standardizing and should p...
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!-Effective C, C programming introduced on the issue of standardizing and should pay attention to some problems with high-quality C programming almost! Yes CHM format!
- 2022-11-16 09:05:04下载
- 积分:1