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

搜索资源列表

  1. qiege

    0下载:
  2. 一个三棱柱,可以分割成3个四面体。 高中数学-a three prism can be divided into three tetrahedron. High school math
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:132.4kb
    • 提供者:fancy
  1. OpgnGL_All

    0下载:
  2. BCB6.0 + OpenGL 模擬三角柱體的活動廣告看板。-BCB6.0 OpenGL simulation activities triangular prism advertising billboards.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:306.04kb
    • 提供者:richwang
  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
    • 文件大小:77.99kb
    • 提供者:朱友勇
  1. Cylinder

    0下载:
  2. 利用VTK绘制了一个六棱柱,用鼠标左键按住,可使实体进行旋转渲染。-use VTK drawing a six prism, with the left mouse button press will enable entities rotation exaggerated.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8.54kb
    • 提供者:郑雪虎
  1. tuxingxueshiyan4

    1下载:
  2. 1.实验目的 1、通过本次实验,掌握三维图形的旋转等变换和消隐的基本概念和相关算法。 2、掌握凸多面体的消隐算法和实现。 3、进一步熟练和掌握编程环境中三维图形的绘制和消隐的程序设计方法。 2.实验内容 1、绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等。 2、对绘制的三维几何图形实现平移、旋转、变比的基本变换。 3、编程实现凸多面体的隐藏面和隐藏线的消隐。 -1. The experiment was a passage of this experiment
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.47kb
    • 提供者:fisherman
  1. 二十面体(Array)

    0下载:
  2. 绘制二十面体,使得八个脚个有一个图形,有棱柱之类,是线框图。-mapping Icosahedral, making eight feet out with a graphic, such as Prism, wireframe.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40.29kb
    • 提供者:蓝兰
  1. 4-1画三维图形

    1下载:
  2. 绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等-drawing a three-dimensional geometric shapes, such as : the ball, cube, prism, pyramid, etc.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:84.34kb
    • 提供者:赵虎
  1. OpenGL_programe.rar

    0下载:
  2. 利用OpenGL绘制的基本图元(线段、三角形面片、四边形或多边形等)制作的香皂,多面体,三棱柱并可以进行旋转,平移,可以加入光照,可以投影。 ,Use OpenGL rendering the basic graphic elements (line segments, triangular patches, quadrilateral or polygon, etc.) produced soap, polyhedron, prism and can rotate, pan, you can
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:1.03mb
    • 提供者:yuemeiwang
  1. OpGL.rar

    0下载:
  2. 本程序用OpenGL实现三棱柱、六面体以及十二面体的绘制、旋转和缩放功能,而且能够处理光照和投影方式的设置。,This procedure use OpenGL to achieve prism, hexahedron, and dodecahedron drawing, rotate and zoom functions, but also the way to deal with light and projector settings.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4.36mb
    • 提供者:dandan
  1. blanking

    0下载:
  2. 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:一个新名字
  1. sanlengjing

    0下载:
  2. 自己用OpenGL写的程序。主要实现三棱镜(四面体)的旋转和颜色变化。-Write their own programs with OpenGL. Main achieved prism (tetrahedron) of the rotation and color change.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:x33325
  1. hoops6

    0下载:
  2. 利用HOOPS编写的一个小程序,显示三棱柱的,易于学习-HOOPS prepared using a small program that shows prism, easy to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.41mb
    • 提供者:赵权
  1. Sixprism

    0下载:
  2. 在vs2008下用opengl函数绘制的旋转六棱柱和球体,加光照。-Opengl function in vs2008 drawn under the rotation with six prism and the sphere, plus light.
  3. 所属分类:OpenGL program

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

    0下载:
  2. 使用OPENGL接口画三棱柱,实现旋转,光照等功能-OPENGL drawing prism using the interface to achieve the rotation, illumination and other functions
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1.18mb
    • 提供者:蒋湛
  1. depth-cross

    0下载:
  2. 基于opengl3.3,空间中两个三棱柱,可深度测试和Depth Clamping-Based on opengl3.3, two space prism, can be depth tested and Depth Clamping
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:7.53mb
    • 提供者:Jeff Tao
  1. 11111111111

    0下载:
  2. 六棱柱的三维设计,opengl基于vc的源代码-Hexagonal prism of three-dimensional design, opengl source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1.46kb
    • 提供者:cuijiuping
  1. CplusplusBitmapLibrarySourceCodeandExamples

    0下载:
  2. Descr iption The C++ Bitmap Library consists of simple, robust, optimized and portable 24-bit bitmap image processing algorithms for the C++ language. Capabilities The library has the following capabilities: Read/Write 24-bit Bitmap I
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:34.44kb
    • 提供者:javaprogramming
  1. sanjiao

    0下载:
  2. 请编程在屏幕上画出下图中的三棱柱的三视图,其中 (0,0,0)(0,50,100)(0,100,0)(300,0,0)(300,50,100)(300,100,0) 为三棱柱的六个顶点的三维坐标-Please programming draw on the screen under the prism of view, (0, 0, 0), (0, 50, 100) (0,100,0) (300,0,0) (300,50,100) (300,100, 0) for the three-d
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:875byte
    • 提供者:hanchao
  1. main

    0下载:
  2. 三棱柱,用c语言编程实现,结果正确,非常有用。-Prism, with the c programming language, the result is correct, very useful.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1.48kb
    • 提供者:like
  1. 3D-prism

    0下载:
  2. 在地球物理勘探中,需要绘制三维立体图说明模型的立体效果,该程序为上顶倾斜三维棱柱体绘制程序-3D Prism
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.98kb
    • 提供者:刘鹏飞
« 12 »
搜珍网 www.dssz.com