-
我自己改写的代码,mfc,最新版d3dsdk,在.net以上版本编译.vs6已经不能成功...
我自己改写的代码,mfc,最新版d3dsdk,在.net以上版本编译.vs6已经不能成功-I have rewritten the code, mfc, the latest version of d3dsdk, in the. Net compiler above. Vs6 should not have been successful
- 2023-08-06 12:35:04下载
- 积分:1
-
DirectX9入门教程
DirectX9入门教程
-[Beginning.DirectX9]英文版
pdf文件-DirectX9 Tutorial- [Beginning.DirectX9] English version pdf file
- 2022-02-11 21:02:37下载
- 积分:1
-
使用direct3d编程基础:世界坐标的变换,具有友好的界面
使用direct3d编程基础:世界坐标的变换,具有友好的界面-use Direct3D programming : the transformation of the coordinates of the world, has a friendly interface
- 2022-06-14 16:35:06下载
- 积分:1
-
MFC控件实现OpenCV的摄像头显示
MFC的控件中实现OPENCV的摄像头显示-MFC control to achieve OPENCV camera display
- 2022-09-25 04:10:02下载
- 积分: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
-
Visual C++/DirectX9 3D游戏开发引导的一个骨骼动画例子
Visual C++/DirectX9 3D游戏开发引导的一个骨骼动画例子-Visual C++/DirectX9 3D game development as a guiding example of skeleton animation
- 2023-07-09 00:35:03下载
- 积分:1
-
volumemeter(Managed DirectX)
VolumeMeter (Managed DirectX)
This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any Windows Forms application. You may select the input, and tweak the appearance of the animation through various parameters.
The idea behind this project is to maintain a very short buffer of audio and constantly record into it. The control is on a timer, and periodically queries the buffer to see what volume level the most recent sample has, and then sets a progress bar s value accordingly.
- 2022-03-25 07:11:13下载
- 积分:1
-
3D-Three-Tirgile
说明: 用DirectX8做出来的3D效果的三角形,希望帮助大家学习DirectX (DirectX8 to do with 3D effect out of the triangle, I hope to help you learn DirectX)
- 2011-02-28 19:57:19下载
- 积分: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
-
要程序是利用DirectSound开发包进行编程的例了,希望能够给学习DirectSound编程的朋友一些帮助。...
要程序是利用DirectSound开发包进行编程的例了,希望能够给学习DirectSound编程的朋友一些帮助。-procedures to be used for DirectSound Development Kit Programming cases, I hope to be able to learn programming DirectSound friends help.
- 2023-06-13 04:20:03下载
- 积分:1