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

搜索资源列表

  1. experiment5

    0下载:
  2. 1,画一个三棱锥(或三棱柱)穿透一个立方体,并用Z_buffer算法消隐,其中立方体和三棱锥的各个面用不同的颜色表示 2,用动画实现穿透的全过程并且实现光照 立方体可以旋转运动 三棱锥可一上下穿透 关键词:Z缓冲器算法 Z向深度缓存算法 Z_buffer Phong光照模型 -a painting a three pyramid (or three prism) penetrating a cube. Z_buffer algorithm using hidden, cube an
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:79862
    • 提供者:朱友勇
  1. koda

    1下载:
  2. ZBUFFER algorithm 是zbuffer算法的一个具体实现,即线消隐-ZBUFFER algorithm is a buffer algorithm to realize that is, hidden line removal
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:507390
    • 提供者:海玲
  1. simianti

    1下载:
  2. 用Microsoft Visual c++编写的一个边消隐算法,绘制一个正四面体,通过方向键来控制旋转四面体,实现边消隐算法
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:184758
    • 提供者:
  1. zbugffer

    1下载:
  2. zbuffer算法常用于3维图形的消隐,以及布尔运算,vc编的。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:573097
    • 提供者:杨晓波
  1. Single

    0下载:
  2. 该程序可实现单个凸多面体图形的消隐,算法采用了计算外法线与视线夹角来判断平面可见性的方法。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:保文星
  1. Gouraud

    0下载:
  2. 转动的彩色立方体(1~2人)谭飞、吴颖颖 1) 绘制一个不停转动的彩色立体球,可以绕着任意方向旋转; 2) 采用一定的光照明技术,考虑环境光、反射光以及镜面光的作用; 3) 采用消隐算法,体现立方体表面的遮挡关系; 4) 具有较好的动画效果,消除闪烁现象; 5) 不可以采用OpenGL中的函数。 -Rotating color cube (1 ~ 2)谭飞,吴颖颖1) draw a non-stop rotation of the color three-dimensi
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:32021
    • 提供者:wyywd
  1. Globe

    1下载:
  2. 球体的透视图绘制和消隐算法的实现,程序中菜单可以设置球体的半径,颜色和视点的位置,通过键盘上的方向键可以实现球体的移动,W、S、A、D键可以实现球体的旋转,源码中也有详细的注释,算法设计思想可以参考help.doc文档-Sphere perspective drawing and blanking algorithm implementation, the program menu, you can set the sphere radius, color, and the location o
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1744168
    • 提供者:fuyaozong
  1. 07_04_Z_BufferEli

    0下载:
  2. 在屏幕中心绘制立方体,使用Z-Buffer隐面算法进行动态消隐。-Drawing cube in the center of the screen, use the Z-Buffer Hidden Surface Algorithm for dynamic blanking.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1959892
    • 提供者:如花
  1. GraphicsBlanking

    1下载:
  2. 利用VC++编写的简单的3D图像消隐算法,可以对凸多面体进行图像消隐-Using VC++ written in a simple 3D image blanking algorithm, the image can be convex polyhedron blanking
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:61566
    • 提供者:董岳
  1. raytracing

    0下载:
  2. 整体光照模型,光线跟踪算法。直接编译运行即可。 三维物体为两个球。实现了高光、阴影、消隐。-Global illumination model, ray tracing algorithms. Can directly compile and run. Three-dimensional objects into two balls. To achieve a high light, shadow, blanking.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:3826
    • 提供者:likunlun
  1. CGReport

    6下载:
  2. 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, t
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-19
    • 文件大小:1461248
    • 提供者:流浪小狗
  1. 312312

    0下载:
  2. 立方体动态隐线算法,mfc实现立方体的动态消隐-Cube dynamic hidden line algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2870437
    • 提供者:邱亚民
  1. YZxiaoyin

    0下载:
  2. 根据隐藏线消除算法,实现圆柱体的动态消隐,时期看起来更具真实效果。-According to the hidden line removal algorithms, realize the cylinder dynamic blanking, look more realistic effect.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:193262
    • 提供者:xxx
  1. YHxiaoyin

    0下载:
  2. 根据隐藏线消除算法,实现圆锥体的动态消隐,使其看起来更具真实效果。-According to eliminate hidden line algorithms, dynamic blanking of the cone to make it look even more realistic.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-23
    • 文件大小:201655
    • 提供者:xxx
  1. YZHxiaoyin

    0下载:
  2. 根据隐藏线消除算法,实现圆锥体的动态消隐,时期看起来更具真实效果。-According to eliminate hidden line algorithms, dynamic blanking of the cone, looks more real time effects.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-24
    • 文件大小:201868
    • 提供者:xxx
  1. ball-hidden-line

    0下载:
  2. 该算法有效的实现了球的动态隐线算法,可以实现图形的隐线隐藏面的消隐算法-The algorithm is effective implementation of the dynamic of the ball, hidden line algorithm can realize the graphics on the surface of the hidden line hidden blanking algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-29
    • 文件大小:286576
    • 提供者:赵永
搜珍网 www.dssz.com