-
ball
DirectX开发的一个弹球例子,可以模拟弹球的运行轨迹(DirectX development of a pinball example, can simulate the operation of pinball trajectory)
- 2020-10-23 17:27:22下载
- 积分:1
-
Direct3D的物理模拟
direct3d物理模拟-Direct3D physical simulation
- 2022-07-09 05:47:58下载
- 积分:1
-
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈...
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈-Implementation of this process of dynamic reflection, that is, in the shadow of Direct programming of the specific implementation body, you just want to study programming to help have ha
- 2022-04-08 07:10:53下载
- 积分:1
-
DXVA Checker 1900。H.264视频观看使用DirectX视频加速(DXVA)…
DXVA Checker 1900. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-05-26 03:37:57下载
- 积分:1
-
Visual C++/DirectX9 3D game development as a guiding example of the sky box
Visual C++/DirectX9 3D游戏开发引导的一个天空盒例子-Visual C++/DirectX9 3D game development as a guiding example of the sky box
- 2023-05-03 18:35:04下载
- 积分:1
-
DirectShow 视频叠加Filter ,可快速完成视频叠加,且效果显著
DirectShow 视频叠加Filter ,可快速完成视频叠加,且效果显著-DirectShow Video Overlay Filter, can quickly complete the video overlay, and the results are obvious
- 2023-07-11 12:15:03下载
- 积分:1
-
demonstration trailer game maps (90 degree angle Tile way)
演示2DRPG游戏地图(90度角Tile方式)-demonstration trailer game maps (90 degree angle Tile way)
- 2022-07-22 02:43:11下载
- 积分: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
-
vc6+dx9实现图片随风飘动的效果,可以用于游戏里的旗帜,衣服等动态表现...
vc6+dx9实现图片随风飘动的效果,可以用于游戏里的旗帜,衣服等动态表现-vc6+ dx9 picture realize the effect of the wind flapping, can be used in the banner of game, clothing and so dynamic performance
- 2022-07-19 22:44:01下载
- 积分:1
-
使用DirectX开发的游戏引擎
a game engine developed with directx
- 2022-01-31 05:17:13下载
- 积分:1