-
DirectX学习范例: 用DirectX9设计2D游戏简单例子
DirectX学习范例: 用DirectX9设计2D游戏简单例子-DirectX learning paradigm: the design of 2D game with DirectX9 simple example
- 2022-08-14 00:58:58下载
- 积分:1
-
through joysticks turning around the operation of the interface Cross also follo...
通过游戏杆左右转动运行界面上的十字光标也跟着移动-through joysticks turning around the operation of the interface Cross also followed cursor movement
- 2022-02-02 23:28:05下载
- 积分:1
-
mui-master
C# 非常漂亮的界面,使用C#语言和DirectX编写(C# Moden Interface)
- 2016-04-20 17:18:30下载
- 积分:1
-
ball
DirectX开发的一个弹球例子,可以模拟弹球的运行轨迹(DirectX development of a pinball example, can simulate the operation of pinball trajectory)
- 2020-10-23 17:27:22下载
- 积分:1
-
DirectX11 在Win7下摄像头调用程序
DirectX11 在Win7下摄像头调用程序-DirectX 11 under Win7 camera calling program
- 2022-02-12 15:44:02下载
- 积分:1
-
DirectX detailed study materials, and suitable for interested beginners, head of...
DirectX的详细的学习资料,适合于有兴趣的初学者使用 ,希望站长笑纳-DirectX detailed study materials, and suitable for interested beginners, head of heart
- 2022-02-12 18:32:18下载
- 积分: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
-
看了图像,变成了3
读取图片,转化为3维,然后显示出来,吐血推荐-Read the image, into a 3-dimensional, and then displayed, hematemesis Recommended
- 2023-03-23 04:05:04下载
- 积分:1
-
PartI
Wordware.Introduction.to.3D.Game.Programming.with.DirectX9.0c.Shader.Approach.Frank.D.chm source code part 1
- 2010-11-09 21:14:13下载
- 积分:1
-
一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip...
一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip- In an elephant "Empire Time" plays the small game example which
the vehicles fire, uses front DXGuide.zip
- 2022-01-30 14:07:24下载
- 积分:1