CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Direct3D Mesh

搜索资源列表

  1. Direct3D_mesh

    1下载:
  2. 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
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:8745
    • 提供者:weiguian
  1. MultiAnimation

    0下载:
  2. 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
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:688490
    • 提供者:林庆富
  1. Direct3D_M184810242005

    0下载:
  2. direct3d , 学用Mesh + Camera
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:263154
    • 提供者:wg
  1. 3D.x

    0下载:
  2. Mesh网络开发语言C++,Direct3D
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:143570
    • 提供者:郑康臣
  1. Render

    0下载:
  2. Direct3D 游戏开发技术详解 配套第9章代码 加载两个Mesh模型 1.封装摄象机类实现场景漫游 2.封装对象模型实现任意控制
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:914763
    • 提供者:kongxiangan
  1. terrain

    0下载:
  2. Direct3D 游戏开发技术详解 配套第12章代码 绘制并加载显示地形 1.用D3DX库接口创建一个空Mesh模型 2.创建Mesh所需的顶点矩阵,填写顶点缓冲区的索引信息 3.创建纹理,添加光照并渲染
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:896981
    • 提供者:kongxiangan
  1. 用D3D模拟地月系

    1下载:
  2.         一、建立空窗体   新建一个工程,添加引用,并导入名称空间。   加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null;   添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() {  PresentParameters presentParams = new PresentParam
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-12-12
    • 文件大小:11817
    • 提供者:mantoutou
  1. test

    0下载:
  2. 利用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
  3. 所属分类:DirextX

    • 发布日期:2017-05-10
    • 文件大小:2104831
    • 提供者:王洁
  1. XFileAnimationCode

    0下载:
  2. Direct3D X File 模型動畫程式-Direct3D X File Mesh Animation Program
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:772330
    • 提供者:鍾聖志
  1. dx9_point_light

    0下载:
  2. //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
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:33782
    • 提供者:dirx4
  1. Direct3DCameraSample

    0下载:
  2. 一个实现了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
  3. 所属分类:DirextX

    • 发布日期:2017-03-26
    • 文件大小:122210
    • 提供者:陈昊
  1. OptimizedMesh

    0下载:
  2. 层次细节网格模型(progress mesh)是一种特殊的网格模型,它的顶点数据以树状形式组织,可以随意增加或降低模型的复杂程度,从而比普通的网格模型具有更大的灵活性,层次细节网格模型对于层次细节场景的渲染非常理想。当模型距离观察者较远时可以降低模型的复杂程度,提高渲染速度。而当模型距离观察者较近时可以使用复杂的模型,从而提高视觉效果。Direct3D用ID3DXPMesh来表示层次细节网格模型对象,而不是ID3DXMesh。 -LOD mesh (progress mesh) is a s
  3. 所属分类:DirextX

    • 发布日期:2017-04-01
    • 文件大小:893228
    • 提供者:sxyzbbs
  1. MeshRendering

    0下载:
  2. 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
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-08
    • 文件大小:15859849
    • 提供者:alo
  1. Direct3D_example

    0下载:
  2. 网格模型高级技术:Direct3D对加载到内存中的网格模型提供了优化功能,通过网格模型优化可以明显提高三维模型的渲染速度,这对渲染速度要求较高的三维图形程序和游戏具有非常重要的现实意义。 对于程序员而言,对网格模型进行优化是比较简单的,只需调用接口ID3DXMesh的方法Optimize-Advanced mesh technology: Direct3D loaded into memory for the grid model provides optimization, mesh
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:6964
    • 提供者:wanjiachun
  1. D3DXCreate

    0下载:
  2. direct3d 用mesh方式创建图像的3D程序,win32-using direct3d9 create some objects in win32 condition
  3. 所属分类:DirextX

    • 发布日期:2017-06-14
    • 文件大小:22981201
    • 提供者:张俊杰
  1. D3Ddemo15

    0下载:
  2. 一个综合型的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, ↑, ↓, ←,
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-03
    • 文件大小:14854535
    • 提供者:lqy
  1. D3Ddemo

    0下载:
  2. 一个综合型的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, ↑, ↓, ←,
  3. 所属分类:DirextX

    • 发布日期:2017-06-02
    • 文件大小:14851507
    • 提供者:
  1. 14Mesh-CSharp

    0下载:
  2. 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
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-23
    • 文件大小:201445
    • 提供者:
  1. Direct3D

    0下载:
  2. create mesh 图形图像编程源代码-create mesh
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9995058
    • 提供者:五大
  1. MeshDemo

    0下载:
  2. direct3d 中mesh使用的小案例。主要使用dx提供的简单绘制mesh函数带有项目框架-dx mesh
  3. 所属分类:DirextX

    • 发布日期:2017-12-14
    • 文件大小:13130963
    • 提供者:yyj
« 12 »
搜珍网 www.dssz.com