CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程 搜索资源 - series

搜索资源列表

  1. 3d_fractal

    0下载:
  2. 这是一个简单的3d图形动画,是用VC编的,适合初学者参考。-This is a simple 3d graphics animation, VC series is the reference for beginners.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66.12kb
    • 提供者:wz
  1. AntiAliasingWithTransparency

    0下载:
  2. NVIDIA Direct3D透明反锯齿演示C++源代码,需要Geforce7系列以上显卡。-NVIDIA Direct3D transparent antialiasing demo C source code, Geforce7 series needs more graphics.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6.32mb
    • 提供者:赵杰伊
  1. begin31

    0下载:
  2. 读取一系列CT片并显示出来 使用vtk-read a series of films and CT demonstrated the use vtk
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:293.12kb
    • 提供者:GongChun
  1. TQSpiderGraphv

    0下载:
  2. 可以进行3维图形的显示,delphi编的-can be three-dimensional graphics, delphi series
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:590.91kb
    • 提供者:王涛
  1. 3D_Game_Develop_Demo

    0下载:
  2. 3D游戏开发步步高系列课程的课件和源代码,由资深游戏开发专家制作,微软公司和CSDN教学课程,会带给你很多启发,是学习3D游戏开发的好资料.-3D game development step by step series of courses and courseware source code, with the veteran game development experts production, Microsoft and CSDN teaching courses will give
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:7.95mb
    • 提供者:gongjian
  1. 3dgprsrc

    0下载:
  2. 和3维相关的一系列代码,文件需要自己组装-and three-dimensional related to the series of code, documentation needs its own assembly
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:258.77kb
    • 提供者:ew
  1. Example3D

    0下载:
  2. 更新的这个C++代码范例演示了一个简单3D引擎。显示屏上所有可见内容都用Open GL ES作了3D渲染;如果终端支持的话该范例也支持硬件加速。这个应用支持S60 3rd Edition及后续版本,可适应不同屏幕尺寸和显示方向。经过更新的这个版本提供了加强的纹理载入并增加了堆与栈的大小。可以从诺基亚论坛网站下载支持S60 2nd Edition和Series 80 2nd Edition的独立范例。主要的类有:OpenGL ES (API), CIdle, Math, CImageDecoder
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:968.25kb
    • 提供者:yagebu
  1. MFCxianshiDCM

    0下载:
  2. 利用mfc来读取并显示一系列的序列图像,易于理解-Use mfc to read and display a series of sequential images, easy to understand
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7.71mb
    • 提供者:张猛蛟
  1. osgCal_VCProject

    1下载:
  2. OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统 Cal3d:基于骨骼的角色动画实现 osgCal:针对OSG封装Cal3d,以方便地在OSG里使用Cal3d的库。 osgCal官方没有VC工程,上传的是我自己做的! -OpenSceneG
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:450.73kb
    • 提供者:李英伦
  1. OpenSceneGraph-2.8.0

    0下载:
  2. OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。-OpenSceneGraph is a high-performance 3D graphics development library. Widely used in visual simulatio
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3.19mb
    • 提供者:daij
  1. D3D9NormalMapping

    0下载:
  2. // This demo implements tangent space normal mapping using a series of Direct3D // High Level Shading Language (HLSL) shaders. A single D3DX Effect file (.fx) // is provided with three techniques that implements normal mapping for each // of th
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:415.15kb
    • 提供者:dirx4
  1. D3D9ParallaxNormalMapping

    0下载:
  2. // This demo implements tangent space parallax normal mapping with offset // limiting using a series of Direct3D High Level Shading Language (HLSL) // shaders. A single D3DX Effect file (.fx) is provided with three techniques // that implements
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:393.56kb
    • 提供者:dirx4
  1. D3DCamera1

    0下载:
  2. // This the first demo in the Direct3D camera demo series. In this demo we // implement the classic vector based camera. The camera supports 2 modes of // operation: first person camera mode, and flight simulator camera mode. We // don t implem
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:498.75kb
    • 提供者:dirx4
  1. fdtd_3d_c

    0下载:
  2. 初学者,用c编的fdtd 3d 程序,希望对大家有用 -Beginners, with the c series of fdtd 3d program, we hope to be useful
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.15kb
    • 提供者:金俊
  1. filesforlect7

    0下载:
  2. 一个由d3d开发的场景系列,包括天空,水,和气浪,效果不错,适合初学者!-D3d developed a series of scenarios, including air, water, and air waves, good results, suitable for beginners!
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-25
    • 文件大小:7.99mb
    • 提供者:peng
  1. insight3d_0_3_2

    0下载:
  2. insight3d lets you create 3D models from photographs. You give it a series of photos of a real scene (e.g., of a building), it automatically matches them and then calculates positions in space from which each photo has been taken (plus camera s o
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7.5mb
    • 提供者:gjliao
  1. save

    1下载:
  2. 医学超声图像重建,将一系列的医学图像用vtk重建显示,并转化为obj的3d通用格式保存-Medical ultrasound image reconstruction, a series of medical image reconstruction shows with vtk, and the 3d obj into a common format
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1.2kb
    • 提供者:李明
  1. GetAnySlice

    0下载:
  2. 使用vtk来显示体绘制结果,并用界面的形式显示肿瘤重建的三个方向的每一个切片信息,可以自己拖动进行比较灵活的显示,输入是一系列的切片-Using VTK to display the volume rendering results, and use the interface display in the form of tumor reconstruction in a three direction of each section information, can drag were co
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:3.19kb
    • 提供者:李明
  1. vtkmcchongjian

    0下载:
  2. 本程序运用VTK库视实现了对一系列二维图片利用MC算法进行三维重建的功能,可直接运行。-This program using VTK realized with a series of library depending on the 2 d images on the 3 d reconstruction function, can run directly.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-19
    • 文件大小:28.11mb
    • 提供者:wangyulin
  1. test

    0下载:
  2. 读取一系列BMP文件,采用体绘制方法实现图像的三维平滑重建。-Read a series of BMP files, using the volume rendering method for 3D smooth reconstruction of the image。
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:905.77kb
    • 提供者:nicai
« 12 »
搜珍网 www.dssz.com