搜索资源列表
SampGrabCB
- Desc: DirectShow sample code - C++ console application demonstrating use of the IMediaDet interface to create a graph that contains a sample grabber filter. It shows how to use the sample grabber and a COM object callback to display informa
Sample04
- 在DirectDraw中显示位图。这个例子演示了如何在全屏模式中调用GDI,让用户确定显示图像,并在DirectDraw对象的表面上绘制此图像。-in DirectDraw showed bitmap. This example demonstrates how the full-screen mode called GDI, enabling users to identify and display images, and DirectDraw object on the surface m
c++游戏
- vc游戏 这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-vc game is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The new object attributes
vc2
- 这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-This is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The new object attributes : the v
13.地图编辑器
- 这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-This is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The new object attributes : the v
PushXvid-source-filter
- 一个DELPHI写的push filter,供需要写filter的人学习。d7开发。-a directshow push filter, code language is object delphi.if you want to know how to create a push filter,you can use it.
Cap_Wav
- 采用DirctX (DSpack) 的 Filter 方式录音(保存为WAV格式) 源代码 注意:使用前请注册filter文件 "Wavdest.ax" 编程工具:CodeGear RAD Delphi 2010 编程语言:Object Pascal 运行环境:Windows XP/20003 -Using DirctX (DSpack) recording the Filter mode (saved as WAV format) sour
test
- 利用VC6.0和DirectX9.0实现的三棱锥-Direct3D game development technology supporting Detailed Chapter 9 code to load one of two Mesh model. Package class implements scene roaming camera 2. Package object model to achieve arbitrary control
DrawPrimitiveUP
- 用DirectX8.0绘制简单物体--三角形。 使用顶点索引技术,比顶点缓冲更节约资源。-Draw a simple object with DirectX8.0- triangle. The use of vertex indexing technology, more economical than the vertex buffer resource.
collide_detection
- 使用DirectX9写的基于包围盒的3D物体的碰撞检测。-DirectX9 written based on the use of bounding box of the 3D object collision detection.
collide_in_motion
- 使用DirectX9演示了运动物体的碰撞检测及响应。-Demonstrated the use of DirectX9 moving object collision detection and response.
01_CreateDevice
- Direct3D程序设计基础 //创建Direct3D对象, 该对象用来创建Direct3D设备对象 if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return E_FAIL //设置D3DPRESENT_PARAMETERS结构, 准备创建Direct3D设备对象 D3DPRESENT_PARAMETERS d3dpp ZeroMemory( &d3dpp, sizeof(
01.CreateDevice
- 如何用DirectX创建设备对象,进行最基本的DirectX学习-How to use DirectX to create device object to carry out the most basic DirectX study
DD001.ZIP
- 这个程序演示了基本的DirectDraw、DirectDrawSurface对象的建立, 同时演示了怎样在DirectDrawSurface对象上进行基本的图象操作-' This program demonstrates the basic DirectDraw, DirectDrawSurface object the establishment, at the same time demonstrated how the basic object DirectDrawSurfac
BoundingVolumes
- Source code of displaying the bounding box of a mesh object.
XFileLoading
- Using the direct3dx library to load a mesh object form X files.
Camera
- Using camera in directx9 program.This program creates a camera object and uses matrix and vector to implement the camera system.
byKarolyJrStanyo
- Begin with 2.bat it creates 3D Bowl objects in DirectX form, shows it in real time with the StateManager and creates *.obj file for maxscr ipt import with 3DS Max. May wrote own object definer short scr ipts for it.-Begin with 2.bat it creates 3D Bow
Direct3D9.0SDKdocument
- Direct3D+9.0+SDK+文档:Direct3D体系结构 三维坐标系与几何学 Direct3D对象 设备 资源 状态 顶点声明 顶点格式 几何体 渲染 -Direct3D+9.0+ SDK+ Documentation: Direct3D architecture and geometry of three-dimensional coordinate system object equipment resources Direct3
fsource
- Engine Introduction Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo framework I ve build for creating the demos consist of the following components: * Kernel system, with scene manager, camera and simple
