-
基础DirectX技术实现,适合初学者参考
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2022-03-10 07:02:59下载
- 积分:1
-
PCITV is a driver and TV viewing application for RISC OS, bringing television an...
PCITV is a driver and TV viewing application for RISC OS, bringing television and frame capture to the desktop for under 30 pounds, the cost of the card. The driver is free and protected by the GPL, meaning that the source is also available. I hope this will encourage others to create drivers for other PCI cards-PCITV is a driver and TV viewing applicatio n for RISC OS, bringing television and frame capture to the de sktop for under 30 pounds. the cost of the card. The driver is free and prote cted by the GPL. meaning that the source is also available. I hop e this will encourage others to create drivers f or other PCI cards
- 2022-01-22 08:11:04下载
- 积分:1
-
Draw
C# code for loading autocad DXF files and draw it to screen
- 2013-02-04 06:28:49下载
- 积分:1
-
DirectX SDK中的例子,演示了监测3D物体的碰撞方法。用于学习DirectX的编程。运行需要安装DirectX SDK 2008。...
DirectX SDK中的例子,演示了监测3D物体的碰撞方法。用于学习DirectX的编程。运行需要安装DirectX SDK 2008。-DirectX SDK examples, demonstrations of monitoring methods of 3D objects in the collision. For learning DirectX programming. Operation need to install DirectX SDK 2008.
- 2022-02-03 13:20:04下载
- 积分:1
-
3D games to achieve some of the basic features. For example: camera control, cha...
实现3D游戏中的一些基本功能.例如:摄像机的控制,人物的行走、跳跃,人物与场景的的碰撞,还有一些打怪的基本数据计算,还有一些特效(HLSL)等。-3D games to achieve some of the basic features. For example: camera control, character walking, jumping, the characters and the scene of the collision, there are some basic data Daguai calculations, there are some special effects (HLSL) and so on.
- 2022-03-20 14:31:40下载
- 积分: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
-
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程....
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程.-DirectDraw DirectX on the use of MFC framework used to write, especially for a friend familiar with the VC learning DirectX programming.
- 2022-03-24 14:57:52下载
- 积分:1
-
使用DirectX和C++进口模型的发展过程
用directx和c++开发的导入模型的程序-With directx and c++ Import model development process
- 2023-05-31 00:20:03下载
- 积分:1
-
DX11Terrain
DirectX11 四叉树地形程序,通过高度图生成地图模型(DirectX11 quadtree terrain procedures, through highly generation map model)
- 2013-06-17 16:42:19下载
- 积分:1
-
direct
说明: QT+directshow实现UVS摄像头预览及显示图像(Realization of UVS Camera Preview and Display Image by QT+directshow)
- 2020-07-10 14:38:56下载
- 积分:1