搜索资源列表
MultiAnimation
- MultiAnimation  Sample这个例子展示了使用高级shader语言、蒙皮技术和D3DX动画控制器的多动画集的Mesh动画。动画控制器用来混合动画集,以确保从一个动画到另一个动画的平滑转换。<IMG onmouseover=\"if(this.title) {this.style.cursor=hand }\" onclick=\"if(this.title) {window.open(http://msdn.microsoft.com/library/en-us/d
Direct3D_M184810242005
- direct3d , 学用Mesh + Camera
3D.x
- Mesh网络开发语言C++,Direct3D
Render
- Direct3D 游戏开发技术详解 配套第9章代码 加载两个Mesh模型 1.封装摄象机类实现场景漫游 2.封装对象模型实现任意控制
terrain
- Direct3D 游戏开发技术详解 配套第12章代码 绘制并加载显示地形 1.用D3DX库接口创建一个空Mesh模型 2.创建Mesh所需的顶点矩阵,填写顶点缓冲区的索引信息 3.创建纹理,添加光照并渲染
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
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
XFileAnimationCode
- Direct3D X File 模型動畫程式-Direct3D X File Mesh Animation Program
dx9_point_light
- //Name: dx9_point_light.cpp //Author: Kevin Harris // Last Modified: 02/17/05 //Descr iption: This sample demonstrates how to setup point lighting with //Direct3D. The sample also demonstrates how the tessellation // or triangle count of
Direct3DCameraSample
- 一个实现了Direct3D的动态摄影机的例子 在这个例子中我先创建了一个Mesh模型 然后通过动态的给view矩阵赋值实现了像CS中的摄影机移动的效果 用户可以使用WASD平移摄影机 使用鼠标调整摄影机的焦点-An implementation of the Direct3D example of the dynamic camera in this example I first created a Mesh model and then to the view through the dyn
OptimizedMesh
- 层次细节网格模型(progress mesh)是一种特殊的网格模型,它的顶点数据以树状形式组织,可以随意增加或降低模型的复杂程度,从而比普通的网格模型具有更大的灵活性,层次细节网格模型对于层次细节场景的渲染非常理想。当模型距离观察者较远时可以降低模型的复杂程度,提高渲染速度。而当模型距离观察者较近时可以使用复杂的模型,从而提高视觉效果。Direct3D用ID3DXPMesh来表示层次细节网格模型对象,而不是ID3DXMesh。 -LOD mesh (progress mesh) is a s
MeshRendering
- Mesh Rendering using Direct3D 11 To do. 1. Create a development environment with MFC 2. Program the file opening code 3. Calculate normal vectors for input vertices 4. Phong shading using D3D 5. Texture mapping
Direct3D_example
- 网格模型高级技术:Direct3D对加载到内存中的网格模型提供了优化功能,通过网格模型优化可以明显提高三维模型的渲染速度,这对渲染速度要求较高的三维图形程序和游戏具有非常重要的现实意义。 对于程序员而言,对网格模型进行优化是比较简单的,只需调用接口ID3DXMesh的方法Optimize-Advanced mesh technology: Direct3D loaded into memory for the grid model provides optimization, mesh
D3DXCreate
- direct3d 用mesh方式创建图像的3D程序,win32-using direct3d9 create some objects in win32 condition
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, ↑, ↓, ←,
14Mesh-CSharp
- C#+Direct3D环境下的三维图形编程,有网格业务Mesh,多种图形演示,可旋转,放大等操作-Three-dimensional graphics programming C#+Direct3D environment, there is a grid of business Mesh, a variety of graphical presentation, you can rotate, zoom and other operations
Direct3D
- create mesh 图形图像编程源代码-create mesh
MeshDemo
- direct3d 中mesh使用的小案例。主要使用dx提供的简单绘制mesh函数带有项目框架-dx mesh
Chap03
- direct3d animation, Chapter 3 (Chap03\): ParseFrame. Examine an .X file's frame hierarchy. ParseMesh. Examine an .X file's mesh hierachy.