CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直线绘制opengl

搜索资源列表

  1. OpenGLOCX

    0下载:
  2. 基于OpenGL的ActiveX控件 可以绘制各种直线和曲线并且进行各种变换-OpenGL-based ActiveX controls can draw various curves and straight lines and various transformation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:24548
    • 提供者:李冰
  1. simpledraw

    0下载:
  2. 是一个简单的用opengl画图的程序 完成了直线,圆等简单图形的绘制-is a simple drawing with opengl procedures completed the straight, round and other simple graphics rendering
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:80743
    • 提供者:吕武玲
  1. TestOpenGL

    1下载:
  2. 使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。-use a mouse linear dynamic mapping, and to coordinate conversion to the screen coordinates of OpenGL.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:161927
    • 提供者:陈飞
  1. vc++PB

    0下载:
  2. c&OpenGL实现计算机图形学:双步绘制直线法绘制菱形
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1965
    • 提供者:vista
  1. bresenham

    0下载:
  2. 用C语言结合OpenGL技术实现Bresenham算法绘制直线
  3. 所属分类:OpenGL

    • 发布日期:2014-01-16
    • 文件大小:1263
    • 提供者:王栋
  1. lingxin

    0下载:
  2. c语言OpenGL实现计算机图形学双步绘制直线法绘制菱形
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1838
    • 提供者:何志军
  1. OpenGL.rar

    0下载:
  2. 创建一个基于MFC 的Single Document 应用程序,利用OpenGL 进行图形的绘制: 1.实现OpenGL 绘图环境和Windows 绘图环境兼容。 2.利用OpenGL 绘图函数进行一些基本图形如直线、多边形的绘制。 3.利用OpenGL 设置图形的颜色。 ,Create a Single Document in MFC-based applications, using OpenGL for graphics rendering: 1. Achieve OpenGL g
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:1613
    • 提供者:溺所至
  1. 在OpenGL中实现基本的计算机绘图

    1下载:
  2. 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
  3. 所属分类:OpenGL

    • 发布日期:2017-03-22
    • 文件大小:45468
    • 提供者:许晓晓
  1. DrawingProject

    0下载:
  2. 利用MFC和OpenGL制作了一个基于菜单的图形应用程序,能够使用菜单绘制圆,直线,矩形,并且能够使用鼠标拾取并且拖动,还可以通过键盘控制选择物体的转动-Using MFC and OpenGL has produced a menu-based graphical applications, can use the menu draw circles, straight lines, rectangles, and can use the mouse to pick up and drag,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9644705
    • 提供者:赵斌
  1. zuansi

    0下载:
  2. 利用openGL绘制一个砖石图形,练习了openGL中循环直线的连接和绘制-Masonry using openGL to draw a graph, in practice the openGL the connection and draw a straight line loop
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:229610
    • 提供者:李文来
  1. opengl

    0下载:
  2. 绘制一个多边形,实现以下变换:a) 按字母U或u进行旋转轴的切换:旋转轴为垂直于屏幕的直线,过当前窗口中心或者过物体中心(通过按U/u在两种可能中切换)。改变旋转轴后的变换是在以前发生所有变换的基础上累加进行的。b) 按字母R或r, 物体绕旋转轴分别旋转一个小角度d0或者-d0。 c) 按向上、下、左、或右方向键,物体相对于屏幕向上、下、左、或右平移固定长度L0。d) 按S或s实现物体绕自身中心放大为原来的k或1/k倍,其中k>1为放缩因子。e) 如果按字母i或I, 则取消之前b,c,
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:273479
    • 提供者:zengchao
  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 algorithm, Bresenham midpoint line d
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1732882
    • 提供者:周中锋
  1. OpenGL

    0下载:
  2. 利用OpenGl绘制图形~~~~~包括三角形,点,直线,以及相应的参数变化-~~~~~ Using OpenGl Drawing shapes including triangles, points, lines, and the corresponding parameters
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:46085
    • 提供者:江晴晴
  1. opengl-Application

    0下载:
  2. 学习opengl时设计的一个简单应用程序,可以实现三维图形多向旋转,绘制直线和圆以及二维图形的变换等功能。需要添加opengl库。-A simple application designed to learn opengl, you can achieve the functions of the three-dimensional graphics and more to the rotation, draw lines and circles as well as two-dimension
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6903127
    • 提供者:
  1. lab3-interactive

    0下载:
  2. opengl 简单键盘交互操作 OpengGL点、直线、多边形的绘制 简单字符绘制-Opengl simple keyboard interactions OpengGL point, line, polygon drawing Simple character drawing
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2248185
    • 提供者:何苗
  1. opengl-line

    0下载:
  2. opengl的重要操作 绘制直线,适合学习opengl的人-Draw a straight line important operation OpenGL, suitable for learning opengl.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1473482
    • 提供者:douya
  1. drawGeom

    0下载:
  2. Opengl基本编程实现,包括画点,画直线,折线,多边形,带填充色的多边形等几何图形的绘制-Opengl basic programming, including the draw point, draw lines, polylines, polygons, filled with colored geometric drawing polygons
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:268143
    • 提供者:yangyang
  1. opengl_Bresenham

    0下载:
  2. 这是opengl的入门级代码,使用Bresenham算法绘制直线和圆形,供初学者参考。(This is the entrygl entry code, using Bresenham algorithm to draw a straight line and round, for beginners reference.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-21
    • 文件大小:435200
    • 提供者:陈晟
  1. OpenGL绘制参数曲线

    0下载:
  2. opengl绘制参数曲线,这里绘制的是很多条短直线逼近一个椭圆,比较适合新手(OpenGL draw parameter curve, here is drawing a lot of short straight line approaching an ellipse, more suitable for novice)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:3548160
    • 提供者:小啰啰
  1. line

    0下载:
  2. 绘制直线,用过使用中点画线算法等直线绘制算法绘制多条直线(Draw lines, with the use of midpoint line drawing algorithm and other straight line rendering algorithm to draw a number of straight lines)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:jiao。。
« 12 3 »
搜珍网 www.dssz.com