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

搜索资源列表

  1. dx2

    0下载:
  2. dx Direct3D prt程序 需要dxsdk支持
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:76667
    • 提供者:lee
  1. Direct3D

    0下载:
  2. D3D程序的设计源代码,学习D3D必不可少。
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:26141102
    • 提供者:mozf
  1. MySum

    0下载:
  2. 其中有不少注释,刚学Direct3D,对初学者有很大帮助
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:3269231
    • 提供者:赵百子
  1. direct3d

    0下载:
  2. Basic intro Direct3D8, sets up the window and draws a few things (Visual C++/DirectX project files)
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:18394
    • 提供者:Bruce
  1. SceneGraph

    0下载:
  2. direct3d实现的场景图管理,可任意的添加节点
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:477081
    • 提供者:闫传忠
  1. 2dInDirect3D(code)

    0下载:
  2. Direct3D中的2D编程,学习参考代码
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:2464395
    • 提供者:林毅泉
  1. DX9

    0下载:
  2. 一个Direct3D的示例程序,DX8.1+VC6-an example of Direct3D procedures, burn VC6
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:288877
    • 提供者:佛佛比
  1. Direct3DSDI_demo

    0下载:
  2. A 3D-Enabled View Base Class for SDI Direct3D Development
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:35292
    • 提供者:胡跃
  1. Setting_Up159888692003

    0下载:
  2. Setting Up Direct3D In A D
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:35996
    • 提供者:墹恑嵥
  1. TileSrc

    0下载:
  2. 演示如何利用Direct3D渲染2DTile方式组织的地图。-demonstrate how to use Direct3D 2DTile exaggerated form of maps.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:144892
    • 提供者:梦雪
  1. Sample06

    0下载:
  2. 使用Direct3D创建三角形。本程序只创建一个简单的三角形,但是却包含了在c++builder中使用Direct3D的基本步骤。-use Direct3D create triangles. This procedure will only create a simple triangle, but it contains c builder in the use of Direct3D basic steps.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:4505
    • 提供者:冰浩缘
  1. Sample07

    0下载:
  2. 使用Direct3D创建旋转立方体。本程序的核心是LoadMeshs()函数。-use Direct3D create rotating cube. This procedure is the core of LoadMeshs () function.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:512128
    • 提供者:冰浩缘
  1. Direct3D原码

    0下载:
  2. 本程序在Windows 2000、VisualC++6.0、DirectX 9.0 环境下编译通过。-this program in Windows 2000, Visual C 6.0, DirectX 9.0 environment compile.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:56731
    • 提供者:李志浩
  1. Airplanewar02src

    1下载:
  2. VC下使用Direct3D开发的A10战斗机射击游戏,完全编译通过,可参考作为游戏开发练手用.-VC use Direct3D development of the A10 fighter shooting game, complete compiler, which serve as a reference and training game hand.
  3. 所属分类:射击游戏

    • 发布日期:2008-10-13
    • 文件大小:249441
    • 提供者:邱卫国
  1. blockMFC

    0下载:
  2. 俄罗斯方块游戏 MFC 源代码,从事通信、图像处理,DIRECT3D-Tetris game MFC source code, engaged in communications, image processing, DIRECT3D
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:222941
    • 提供者:吴明
  1. renderscene

    0下载:
  2. 使用direct3d编程基础:世界坐标的变换,具有友好的界面-use Direct3D programming : the transformation of the coordinates of the world, has a friendly interface
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:91151
    • 提供者:王弟伟
  1. Beginning Direct3D Game Programming源代码

    0下载:
  2. 所属分类:外挂编程

    • 发布日期:2009-07-04
    • 文件大小:3772935
    • 提供者:jccz_zys
  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. Direct3D程序设计最简单例子

    0下载:
  2. 适合初学者的简单例子
  3. 所属分类:DirextX编程

    • 发布日期:2008-12-30
    • 文件大小:28165
    • 提供者:starlight
  1. DirectX 实体雾

    0下载:
  2. 基于Direct3D实现的实体雾,效果不错。
  3. 所属分类:3D图形编程

« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 33 »
搜珍网 www.dssz.com