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

搜索资源列表

  1. sun-earth-moon

    1下载:
  2. 一个基于VC6.0和DX模拟太阳系小程序,中心太阳在自转,地球绕着太阳公转且自转,月亮绕着地球公转且自转,适合DX初学者学习理解矩阵的缩放与偏移-VC6.0 and DX-based simulation of the solar system applet, center of the sun' s rotation, Earth rotation and revolution around the sun, the moon around the Earth' s revolution an
  3. 所属分类:3D图形编程

    • 发布日期:2013-11-01
    • 文件大小:2400693
    • 提供者:王菲
  1. ms3dImportExport_ver1_0.zip.zi

    1下载:
  2. milkshape的.ms3d文件和3ds max的文件之间的转换工具,另外还支持gmax,A utility for importing and exporting .ms3d files into 3ds Max and Gmax. This is used in conjunction with GrumpyOldMan s meshconverter to get models from .mesh files into 3ds Max (and Gmax) which preser
  3. 所属分类:3D Graphic

    • 发布日期:2016-10-14
    • 文件大小:50714
    • 提供者:许志腾
  1. Ransac-Line-and-3D-Plane

    0下载:
  2. 根据Ziv Yaniv的RANSAC直线检测算法,开发出在一些三维点中检测出若干空间平面的算法。-Based on Ziv Yaniv s RANSAC straight line detecting algorithm, these codes could find some 3D planes in some 3D points.
  3. 所属分类:3D Graphic

    • 发布日期:2016-01-27
    • 文件大小:413696
    • 提供者:刘刚
  1. OSG_MDIMFC

    1下载:
  2. osg的MFC多文档界面程序,双窗口显示,包括主视角和俯视角-OSG s MFC Multiple Document Interface program, double-window display, including perspective and overlooking the main angle
  3. 所属分类:3D Graphic

    • 发布日期:2014-09-28
    • 文件大小:150511
    • 提供者:Leon
  1. rayslope

    0下载:
  2. 3D图形中射线的碰撞检测,射线与AABB,三角形,球的碰撞分析-3D graphics ray collision detection, ray and AABB, triangle, the ball' s collision analysis
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:7540
    • 提供者:jiangli
  1. simplification

    1下载:
  2. 三角片图形简化源代码,使用vc++和OpenGL开发,功能强大-Triangle mesh simplification source code,developed by visual c++ and opengl,it s very useful!
  3. 所属分类:3D Graphic

    • 发布日期:2015-12-02
    • 文件大小:3192815
    • 提供者:peter
  1. STL_DISPLAY_Display

    0下载:
  2. STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.
  3. 所属分类:3D图形编程

    • 发布日期:2013-03-23
    • 文件大小:103407
    • 提供者:niuxj
  1. NxOgre_BloodyMess1.5.5

    0下载:
  2. NxOgre BloodyMess 1.5.5最后版本,NxOgre的指南没有说清楚,仅有BloodyMess是无法编译通过的,首先需要2.8.4的Physx,以及1.7.0以上的Ogre,还有编译BloodyMess所需的RC包。这里一并附上!另外说一下,NxOgre的官网已经被和谐了...www.nxogre.org,而最新的NxOgre可以在这里获得https://github.com/betajaen/nxogre。以及与Ogre结合所需的https://github.com/betaj
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:622995
    • 提供者:wangyongbao
  1. CPURayCasting

    0下载:
  2. 在CPU做的Ray-Casting代码,仿写CUDA的VolumeRender. -In the CPU to do Ray-Casting code, Imitative CUDA' s VolumeRender.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2755884
    • 提供者:左庆
  1. SpeedTreeRT_SDK_v4

    0下载:
  2. 该源码是有关SpeedTree这个软件的SDK,方便开发D3D的人员用来解析程序代码-SpeedTree 4.1 SDK
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-24
    • 文件大小:13616563
    • 提供者:atlas
  1. WriterAndReader

    0下载:
  2. 计算机图形学动画源码,有3d效果,很有用的,关于三维变换,圆形,正方形。-it s very good。
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-29
    • 文件大小:11501753
    • 提供者:小铁匠
  1. WinCandide2src

    0下载:
  2. 用opencv在windows平台下实现三维建模的3D模型的源码,瑞典的Candide模型-The source of three-dimensional modeling of the 3D model using opencv in windows platform, Sweden' s Candide model
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5824709
    • 提供者:wutong
  1. ChunkLodDemo

    0下载:
  2. 基于D3D9的ChunkLod地形Demo,C++封装,有比较初级的四叉树场景管理,Frustum裁剪,天空盒和基本摄像机功能.适合DX进阶学习.-Based on D3D9 s ChunkLod terrain Demo, C++, a relatively junior quadtree scene management, Frustum clipping, sky boxes, and basic camera support,it s for DX advanced learning.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-26
    • 文件大小:9087127
    • 提供者:mage
  1. FirstCamera

    0下载:
  2. 世界上最短的基于DXUT框架的第一人称摄像机例子,d3d的例程中的代码很长, 笔者就只想用其中的第一人称摄像机,花了好几天研究了多个相关例程,抽出 其中的摄像机,改写了最简单的摄像机例子,在学习d3d的坐标变换中晕头的弟兄们 哈哈... -The world s shortest DXUT framework based on first-person camera example, d3d code of the routine is very long, I
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:812745
    • 提供者:
  1. MySolarsys

    0下载:
  2. 地球 水星 月球 及其它行星 相互运动的3D图-Earth s moon and other planets Mercury mutual movement 3D map
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:1711293
    • 提供者:baiwenjuan
  1. OpenGL1

    0下载:
  2. OpenGL的程序框架,任何一种OPENGL程序都可以用它进行运行。 -OpenGL s procedural framework, any kind of OPENGL programs can use it to run.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:7831
    • 提供者:马迪
  1. illumination

    0下载:
  2. 实现了球体跟圆柱体的纹理贴图&&光照的实现.是学习3d编程的基本-Achieved a sphere with the cylinder s texture mapping
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:1871259
    • 提供者:real
  1. arms3D

    0下载:
  2. Pro Java 6 3D Game Development书中的源代码。ARMS 3D-Pro Java 6 3D Game Development book s source code. ARMS 3D
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-26
    • 文件大小:24559
    • 提供者:fangfang
  1. delphiOpengl

    0下载:
  2. 基于delphi,OpenGL的3d贪食蛇游戏,便于3d的初级学者参考-Based on delphi, OpenGL s 3d贪食蛇games, easy reference 3d junior scholars
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-26
    • 文件大小:266132
    • 提供者:VC
  1. particleLevelSet3D

    2下载:
  2. Level Set方法是20世纪90年代很流行的界面追踪技术,国外已有个别实例将此方法应用于不可压缩流体的计算.但其对界面具有抹圆的作用,造成梯度很大的界面失真.Particle Level Set方法可以弥补这一缺陷.在基于欧拉方法求解区域中安插了一定数量的示踪粒子,可以纠正失真效果,能够更丰富的体现流体表面的细节。-Level Set Methods 20 century 90' s are very popular interface tracking technology, for
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3026517
    • 提供者:rockeyzhu
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com