搜索资源列表
Direct3D_mesh
- Direct3D中使用网格模型------复杂的几何模型通常是由3D建模软体创建并保存到文件中。例如.x文件就是这样的一种格式,Microsoft Direct3D使用的网格模型都是载入这些文件中的对象。-use Direct3D mesh ------ complex geometrical model is usually 3D Modeling software creation and preservation of documents. For example. X document
XFile
- direct3d关于X文件的读取显示以及摄像机的旋转
3D.x
- Mesh网络开发语言C++,Direct3D
open3DSinDirectx
- 很多出学direct3d的人都在转换x文件时犯难,其实可以用3ds max输出的文件,这是实现方法
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
The.Definitive.Guide.to.Direct3D原书+源码
- 介绍了使用Direct3D的方法,包括了数学,矩阵,灯光,贴图,X文件的使用,摄像机的使用,计时动画,粒子系统,骨骼动画等。
d3d9 xfile 模型加载
- d3d9 xfile 模型加载.使用DIRECT3D载入.X文件模型,d3d9 xfile
DXXParseri
- Direct3D中.x文件的解析器,将.x文件(明码的或二二进制的)解析成易读的格式,可方便修改代码转换成自定义的格式 -Direct3D in. X file parser will. X file (or binary code) to resolve intto easy-to-read format, can be easily modified code into a custom format
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
Maya
- Direct3D的Maya插件,转换成X文件,有源码呢,难得。-XFile Maya
01_Mesh
- 用Direct3D实现X文件载入,显示飞机模型-X files using Direct3D to achieve load, display airplane model
Direct3D
- Direct X 和XNA游戏开发附属源码分享给大家-Direct X and XNA game developers to share source code to all subsidiary
d3dbase
- Direct3D 导入模型(.X) “TAB”键放大 “Space”缩小 左右方向键旋转-Direct3D import model (. X) " TAB" keys to zoom in " Space" key to reduce the direction of rotation around
XFileAnimationCode
- Direct3D X File 模型動畫程式-Direct3D X File Mesh Animation Program
Direct3D
- 4.设定Direct X应用程序中的Direct 3D。direct3d很好的教程。-4. Set the Direct X application Direct 3D. direct3d a very good tutorial.
Direct3D-Hook
- direct x dll interface hook
D3Ddemo15
- 一个综合型的Direct3D示例程序,用键盘上W,A,S,D,I,J,K,L,↑,↓,←,→12个键加上鼠标在美丽的三维空间中翱翔。包括了Direct3D初始化,DirectInput输入处理,顶点缓存,光照与材质,文字输出,颜色,纹理贴图,四大变换,网格模型,X文件载入等等知识(当然还有默认被开启的深度缓存)。-A comprehensive, Direct3D sample program using the keyboard W, A, S, D, I, J, K, L, ↑, ↓, ←,
D3Ddemo
- 一个综合型的Direct3D示例程序,用键盘上W,A,S,D,I,J,K,L,↑,↓,←,→12个键加上鼠标在美丽的三维空间中翱翔。包括了Direct3D初始化,DirectInput输入处理,顶点缓存,光照与材质,文字输出,颜色,纹理贴图,四大变换,网格模型,X文件载入等等知识(当然还有默认被开启的深度缓存)。-A comprehensive, Direct3D sample program using the keyboard W, A, S, D, I, J, K, L, ↑, ↓, ←,
P-DXUT11
- DXUT Full Source code. DXUT is a "glut"-like framework for Direct3D 11.x Win32 desktop applications primarily samples, demos, and prototypes.-DXUT Full Source code. DXUT is a "glut"-like framework for Direct3D 11.x Win32 desktop application
LoadMesh
- 使用Direct3D实现了.X文件的加载并且显示。-Use Direct3D to achieve a load .X file and displays.