CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OPENGL 画圆

搜索资源列表

  1. 画圆环

    0下载:
  2. c编写的用opengl 做的圆环程序代码-c prepared using opengl done Circle code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2460
    • 提供者:丁丁
  1. OpenGL198412

    0下载:
  2. OPenGL作业,基于控制台的OpenGL画圆的程序.-OpenGL operations, the OpenGL-based console Circle procedures.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7600
    • 提供者:yue
  1. OpenGL画圆

    0下载:
  2. 使用OpenGL绘制一个圆形
  3. 所属分类:OpenGL

  1. openGL画圆算法

    0下载:
  2. 用openGL画圆
  3. 所属分类:OpenGL

  1. OpenGL画线画圆画椭圆

    0下载:
  2. OpenGL画线画圆画椭圆
  3. 所属分类:源码下载

    • 发布日期:2010-12-05
    • 文件大小:2318
    • 提供者:likemarx
  1. Circle.rar

    0下载:
  2. glut画圆程序 OpenGL中无专门的画圆命令,所以自己做了一个用glut画圆程序。,OpenGL drawcircle glut procedures drawcircle no special order, so do a program using glut drawcircle.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:53169
    • 提供者:guo
  1. opengl

    0下载:
  2. 在Visual C++的开发环境下,利用opengl类库编写代码实现画圆,画直线等的功能。-In Visual C++ development environment, the use of class libraries to write code opengl realize drawcircle, draw a straight line function.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:85553
    • 提供者:张朋长
  1. dayandnight

    0下载:
  2. opengl c++ 键盘鼠标交互 画圆 椭圆 矩形 三角形 旋转移动-opengl c++ keyboard and mouse interaction Circle Oval Rectangle Triangle rotational movement of the
  3. 所属分类:Graph program

    • 发布日期:2017-05-24
    • 文件大小:8115784
    • 提供者:xuhuihui
  1. Draw001

    1下载:
  2. OpenGl 画圆使用最简单的极坐标方法。本程序已在视图上画上了网格线,可供清楚看清坐标系。-OpenGl draw a circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:253860
    • 提供者:wangchuan
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:132093
    • 提供者:马卫龙
  1. draw_round-opengl

    0下载:
  2. 使用 VC++ 实现 opengl画圆,算法实现。-Use VC++ Achieve opengl drawcircle, algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:9145
    • 提供者:程功
  1. opengl3

    0下载:
  2. openGL画圆,程序及爱你但,很容易就可以看懂,是经过调试的,运行成功-openGL drawcircle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:214097
    • 提供者:Ldzzhxf
  1. Bounce

    0下载:
  2. 基于VC++下 OpenGL 程序开发,演示二维物体的平移-Under VC++ based OpenGL program development, presentations, two-dimensional objects translation
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:24459
    • 提供者:huyayuan
  1. opengl

    0下载:
  2. VC++ 通过opengl来画圆 并有光照效果-DRAW A BALL
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:51267
    • 提供者:4654
  1. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4977409
    • 提供者:
  1. OpenGL

    0下载:
  2. OpenGL画圆画线画多边形等等入门知识-OpenGL draw Line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-27
    • 文件大小:119395
    • 提供者:cuiling
  1. opengl画圆和直线

    0下载:
  2. c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:夕饮冰
  1. opengl picture

    0下载:
  2. 使用opengl基础画圆、画线、画多边形,进行色彩填充部分旋转组合而成的作品。(The use of OpenGL basic painting circle, draw lines, draw polygons, color filling, partial rotation of the portfolio.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:14798848
    • 提供者:GTT
  1. 画圆

    0下载:
  2. OPENGL图形教学,画圆十分好用。有代码,能运行。(OPENGL Graphics Teaching.The circle is very good. There is code that can run.)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-19
    • 文件大小:6225920
    • 提供者:jack1256
  1. ComputerGraphicsexci3

    0下载:
  2. 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:33792
    • 提供者:xiaomenghui
« 12 3 4 5 6 »
搜珍网 www.dssz.com