-
Really Great DirectShow Project by
非常棒的DirectShow项目
- 2023-03-18 07:00:04下载
- 积分:1
-
DirectX3D 2D编程。一五色的渲染
DirectX3D中2D编程。
绘制一个彩色的五角星。-DirectX3D which 2D programming. Color rendering of a five-pointed star.
- 2022-02-22 10:59:55下载
- 积分:1
-
testDShow
vc6.0下基于directshow的图像采集程序,项目内部包含了directshow相关库。大家知道的,directshow,模块现在不包含在directX内了,而且配置麻烦,很容易有各种问题的。这个程序在win7-32bit 和WinXP 都ok(vc6.0 under directshow based image acquisition process, the project contains internal directshow related libraries. We all know, directshow, the module is not included in directX now within it, and configure the trouble, it is likely to have a variety of issues. This program in win7-32bit and WinXP are ok)
- 2013-06-27 12:45:09下载
- 积分:1
-
directx旋转质材,开发环境directx sdk 2006 summer+,and VC 6.0 +
directx旋转质材,开发环境directx sdk 2006 summer+,and VC 6.0 +-directx rotation material, Development Environment directx sdk summer 2006+, and Visual C++ 6.0
- 2022-01-31 16:36:41下载
- 积分:1
-
使用Direct3D创建三角形。本程序只创建一个简单的三角形,但是却包含了在c++builder中使用Direct3D的基本步骤。...
使用Direct3D创建三角形。本程序只创建一个简单的三角形,但是却包含了在c++builder中使用Direct3D的基本步骤。-use Direct3D create triangles. This procedure will only create a simple triangle, but it contains c builder in the use of Direct3D basic steps.
- 2022-05-17 09:01:21下载
- 积分: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
-
Win32Cube
DirectX编写绘制旋转的盒子,便于新手学习如何设置世界矩阵,投影举证(DirectX prepared draw the rotating box, easy for novices to learn how to set the world matrix, projection proof)
- 2013-11-16 22:57:55下载
- 积分:1
-
Basic Direct3D program in fullscreen. Exe + source
Basic Direct3D program in fullscreen. Exe + source-Basic Direct3D program in fullscreen. Exe+ source
- 2022-01-26 05:55:11下载
- 积分: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
-
The-basis-for-computer-game
本书介绍了如何以Visual C++及DirectX 来设计游戏,深入浅出的概念讲解
与游戏实例相结合来逐步实现自己制作游戏的。本书从游戏画面绘制、游戏输
入消息处理、游戏动画技巧、游戏物理现象设计原理、游戏人工智能及如何进
入3D 世界等基本的游戏设计基础。除了让学习者有清楚的基础概念以外,还能
实际地应用于游戏设计。(This book describes how to design games with Visual C++ and DirectX, explanation and game instances combine to explain the concept of progressive realization of their own making games. From the game screen to draw the book enter the messaging, gaming, animation, game tips, game design principles, physical phenomena of game artificial intelligence and how to enter the 3D world, and other basic fundamentals of game design. In addition to that learners have clear concepts, but also actual in game design.)
- 2012-05-10 11:26:55下载
- 积分:1