搜索资源列表

  1. opengl 画立方体和四棱锥 bcb

    0下载:
  2. 一个简单的在c++builder中画立方体和四棱锥的程序 并能旋转 程序有说明
  3. 所属分类:其它

    • 发布日期:2011-01-06
    • 文件大小:458229
    • 提供者:chenchenxifu
  1. 02_DrawTriangle

    0下载:
  2. nehe的OpenGL源码,源码实现了在一个界面中画出一个三角形和一个四方形-nehe the OpenGL source, source realized in an interface to draw a triangle and a square
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:729088
    • 提供者:王忠伟
  1. 03_Color

    0下载:
  2. nehe的OpenGL源码,源码实现了在一个界面中画出一个彩色三角形和一个四方形,初步介绍了色彩的使用-nehe the OpenGL source code, source code to achieve a draw in an interface of a color triangle and a square, initially introduced the use of color
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:651264
    • 提供者:王忠伟
  1. glutEx1-vs6

    0下载:
  2. 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the l
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:316416
    • 提供者:WangDi
  1. tree

    0下载:
  2. 用opengl的方法生成四叉树的方式,调用opengl中的画点画线的函数来生成四叉树。-The method used to generate opengl quadtree way, call the opengl stipple lines function to generate the quadtree.
  3. 所属分类:DirextX编程

    • 发布日期:2024-07-08
    • 文件大小:169984
    • 提供者:沈佳佳
  1. openGL

    0下载:
  2. 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algori
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:1732608
    • 提供者:周中锋
  1. SimpleMirror

    0下载:
  2. 画了四个物体:球体,正方体,圆球,圆柱体,再画出一面镜子,可以看到镜子里自己的像。可以移动鼠标旋转查看,也可以通过按键A, D, F ,R 来控制旋转等功能。-Drew four objects:sphere,cube,sphere,cylinder, and then drew a mirror,you can see the image of their own. You also can move the mouse to ro
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:378880
    • 提供者:Jansy
  1. Sixprism

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

    • 发布日期:2024-07-08
    • 文件大小:862208
    • 提供者:
  1. graphics-lab

    0下载:
  2. 计算机图形学上机实验指导,OPENGL基础, 2.计算机图形学实验 (二) – OPENGL变换3.计算机图形学实验 (三) - 画线、画圆算法的实现 4.计算机图形学实验(四) - 高级OPENGL实验 5.计算机图形学实验(五)- 高级OPENGL实验 6.计算机图形学实验 (六) –-Computer graphics on experiments guidance, OPENGL based on 2 Compu
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:157696
    • 提供者:罗强
  1. 41

    0下载:
  2. 用opengl画图形,圆形。计算机图形学第四章-OpenGL drawing graphics, round. Chapter IV of the computer graphics
  3. 所属分类:书籍源码

    • 发布日期:2024-07-08
    • 文件大小:203776
    • 提供者:李杨
  1. OpenGL

    0下载:
  2. 扫描画圆、中点画圆、Bresenham画圆算法、四分之一圆画圆算法-Scan circle, the midpoint Circle, Bresenham circle algorithm, fourth round circle algorithm, etc.
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:1688576
    • 提供者:泪无痕
  1. (openGL)Fllood_4_8

    0下载:
  2. 实验四 不规则区域的填充算法 实验题目:不规则区域的填充算法 实验目的:验证不规则区域的填充算法 实验内容:利用VC与OpenGL,实现不规则区域的填充算法。 1、必做:实现简单递归的不规则区域填充算法。 2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法 实验要求: 将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标点击的方式,绘制不规
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:647168
    • 提供者:赵雯雯
  1. Bezier

    0下载:
  2. 使用OpenGL画贝塞尔曲线,通过点四个点画曲线。-Use OpenGL drawing Bezier curve by curve point four stippling.
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:28672
    • 提供者:yuejuntao
  1. opengl-example

    0下载:
  2. opengl技术代码 具体画了春夏秋冬 四个场景 使用了填充 点线(Opengl technology code Concrete painting of spring, summer, autumn and winter Four scenarios Using the filling line)
  3. 所属分类:OpenGL

    • 发布日期:2024-07-08
    • 文件大小:194560
    • 提供者:王世杰

源码中国 www.ymcn.org