搜索资源列表
用Delphi+DirectX开发简单RPG游戏
- 提到 RPG (角色扮演游戏,Role Play Game),在座各位恐怕没有不熟悉的。从古老经典的 DOS 版《仙剑奇侠传》到新潮花哨的《轩辕剑》系列,无不以曲折优美的故事情节,美丽可人的主角,悦耳动情的背景音乐,震撼了每一个玩家的心灵。而说到 RPG,就不能不提 DirectX,因为 PC 上大部分的 RPG 都是用这个冬冬开发的。早在《轩辕剑叁外传——天之痕》推出的时候,我就曾想过用 DirectX 写一个自己的 RPG,自己来安排故事情节的发展,却总是因为这样或那样的事情,一直没有能够
directX
- 用于Directx初学者,可以到入由骨骼的X文件,以及导入位图作为地面-for Directx beginners can go to the bone by means of X documents, and into the ground as a bitmap
DirectX
- direct x3D教程详细的讲解了DIRECT X 的入门
X文件加载
- 对microsoft X文件的加载,DirectX X格式文件加载示例源代码!
Tmesh.zip
- 使用directx的X file format 並利用3D mesh 之概念 重建出3維模型
DirectX
- direct x的8个经典例子轻松入门,direct x编程不再难学-direct x 8 classic example of ease of entry, direct x programming is no longer difficult to learn
X-animation
- 这个项目实现了directx中X文件骨骼动画的加载-The project achieved directx skeletal animation in the loading X files
XParser
- Direct3D中.x文件的解析器,将.x文件(明码的或二进制的)解析成易读的格式,可方便修改代码转换成自定义的格式-.X file parser make .X file resolve into easy-to-read format, can be easily modified code into a custom format
WindowsApplication1
- Visual C#使用Direct X的实现视频播放有以下几点: 1. 掌握在Visual C#引入Dirext X函数库的方法。 2. 设置Direct X视频播放的宿主组件。 3. 基本的播放命令的设置:播放、停止、暂停等。 4.全屏、退出的用法。 .net Framework SDK中并没有包含Direct X SDK,所以必须先下载、安装Direct X SDK。具体的下载地址为:http://download.microsof
saveXsample
- CSHarp和VB两种语言,实现了利用DirectX建立Mesh,载入X文件,保存X文件的功能。很好的有关X文件运用的程序,可以与Maya,3DMax联系。-CSharp and VB both languages, the realization of the use of DirectX establish Mesh, loading X files and preserve the function of X documents. X documents relating to good
07_01_Mesh
- 精通DirectX 3D图形与动画程序设计 这本书的源码 07_第七章 使用文件模型-Proficient in DirectX 3D graphics and animation programming source of this book 07_ Chapter VII of the use of paper models
StateManager
- 读取微软的DirectX使用的 .x 文件,能够获得.X文件中每一个节点的数据(如Mesh中每一个点的坐标)。需要DirectX的环境才能编译运行。-Read Microsoft s DirectX use. X files, can be. X document, each node of data (such as Mesh in the coordinates of each point). DirectX environment need to be able to run the co
LShowMovie
- directX下面一个播放视频的例子,其中主要的播放类已经封装,可以在其他view里面 dailog 里面简单的调用就能播放。 修改MainFrm.cpp里面的 g_pcView->m_movie.PlayFile("c:\\x.rmvb") 来修改播放路径 visual 6.0 可以编译,directx show类库已经带到工程里面了,不安装微软的directx show也能编译 -DirectX following example of a video, in whic
05.Textures
- 利用DirectX读取x文件,创建3D模型-The use of DirectX read x files, create a 3D model
DirectX_Fog
- DirectX 雾化效果编程,注释清晰,初学DirectX者一定要看。-Atomization Programming DirectX effects, comments clear, beginner who must depend on DirectX.
mengpigugedonghua
- 普通骨骼动画和蒙皮骨骼动画实现的例子, 适合初学者学习DirectX 3D ,.x格式的 后面还有实现MD3 MD2 的,后面在传-General skeletal bone animation and skinning animation examples of the realization, for beginners to learn DirectX 3D,. X format and there are the realization of the MD3 MD2, behin
ObjModels
- 项目实现在DirectX程序利用objLoader类读取obj文件,在3dmax中建好的模型不必转换成X文件格式。-Project implementation procedures for the use of the DirectX class objLoader read obj files, 3dmax models built in do not have to convert the X file format.
GI.Graphics.Programming.with.DirectX.9-Module.II.
- Graphics Programming with Direct X 9 Module II (14 Week Lesson Plan)
classCMesh
- 用Directx来使用.x文件,即创建Mesh,使用DX来使用简单的.x文件.-To use with Directx. X files, that create the Mesh, to use a simple to use DX. X files.
directx的x文件骨骼动画实例
- directx的x文件骨骼动画实例,包含一个x文件(内含多种动画)。代码简单结构清晰,很不错的加载d3d骨骼动画的实例程序,对学习很有帮助