-
基础DirectX技术实现,适合初学者参考
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2022-08-16 11:09:28下载
- 积分:1
-
用vc进行游戏开发.图形采用dirextx方式.需要配置dirextx sdk.实现arpg的游戏模式.对想学习virtual c++游戏设计的朋友有一定的帮助...
用vc进行游戏开发.图形采用dirextx方式.需要配置dirextx sdk.实现arpg的游戏模式.对想学习virtual c++游戏设计的朋友有一定的帮助.-vc used for game development. Dirextx graphics mode. Configure dirextx sdk. Arpg realize the game. Right c want to learn game design virtual friends can help.
- 2022-12-07 00:50:02下载
- 积分:1
-
WolfD3D
D3D透视上色 可实现很多游戏的透视
狼队 火力突击 穿越火线 逆战 等等的D3D游戏(The D3D perspective color the perspective of a lot of games)
- 2012-10-15 14:30:02下载
- 积分:1
-
D3D中,使用纹理贴图实现海浪效果,实时生成海浪效果。
D3D中,使用纹理贴图实现海浪效果,实时生成海浪效果。-D3D, the use of texture mapping to achieve the effect of waves, real-time effects to generate the waves.
- 2022-08-19 19:08:17下载
- 积分:1
-
DirectSurface.zip
--DirectSurface.zip
- 2022-07-25 10:01:13下载
- 积分:1
-
Direct3D的物理模拟
direct3d物理模拟-Direct3D physical simulation
- 2022-07-09 05:47:58下载
- 积分:1
-
许多关于视频的软件(如视频会议、可视电话等)开发都应用于视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW
SDK,从而为在Window...
许多关于视频的软件(如视频会议、可视电话等)开发都应用于视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW
SDK,从而为在Windows系统中实现视频捕获提供了标准的接口,并大大降低了程序的开发难度。由于VFW
SDK只有VC和VB版,没有Delphi版,因此需要在Delphi中一一声明DLL中的各个函数和变量。文中详细介绍了如何利用VFW在Delphi中开发视频捕获程序的步骤,同时给出了程序实例。-many of the video software (such as video conferencing, video telephony, etc.) are applied to the development of video capture technology. Microsoft for software developers with a special video capture for the VFW SDK, for the Windows System Video Capture provides a standardized interface, and greatly reduce the development process more difficult. As VFW SDK only version of VB and VC, no version of Delphi, Delphi in a statement on January 1 of each DLL functions and variables. This paper describes in detail how to use VFW in Delphi development video capture process steps and give examples of the program.
- 2022-01-31 04:28:10下载
- 积分:1
-
In D3D on the mouse and keyboard operation, a new novice, beginner c game de...
在D3D关于鼠标和键盘的操作,新手新人,初学c++游戏开发-In D3D on the mouse and keyboard operation, a new novice, beginner c game development
- 2022-04-23 07:05:25下载
- 积分:1
-
一个基于directshow的视频采集程序
一个基于directshow的视频采集程序-a video collection procedures
- 2022-03-25 14:28:43下载
- 积分: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