CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - opengl line

搜索资源列表

  1. 使用了OpenGL的图形包

    0下载:
  2. 使用了OpenGL的图形包,实现用橡皮筋技术绘制折线或者矩形。绘制的形状可有右键选择-Using the OpenGL graphics package, to achieve technical draw a line with a rubber band or a rectangle. May have to draw the shape of the right choice
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-04-01
    • 文件大小:1005byte
    • 提供者:崔立东
  1. 用OpenGL实现扫描线算法填充多边形的源代码

    2下载:
  2. 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-11-11
    • 文件大小:1.67kb
    • 提供者:张玺
  1. openGL_Work

    0下载:
  2. 用opengl做一个图形编辑程序,画圆,画矩形,画点,画直线,平移,放缩,填充等功能。-Opengl to do with a graphics editing program, circle, draw a rectangle, draw point, draw a straight line, translation, scaling, padding and other functions.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-20
    • 文件大小:5.8mb
    • 提供者:
  1. tcopengl

    0下载:
  2. 扫描线算法实现的任意多边形填充 分别用OpenGL和TC实现-Scan line algorithm for arbitrary polygons, respectively, filled with OpenGL and realize TC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:65.64kb
    • 提供者:wasuo
  1. xpj

    0下载:
  2. 一个简单的图形图像实例用opengl 橡皮筋画直线,-A simple example of a graphical image with a rubber band opengl draw a straight line,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:760byte
    • 提供者:张辽
  1. lineyc

    0下载:
  2. 利用opengl的库函数实现中点画线算法-The use of the library functions achieve opengl in stipple line algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:294.67kb
    • 提供者:郁聪
  1. opengl_Segment

    0下载:
  2. 在VC环境下运用opengl画线段的简单示例-VC environment in the use of a simple line drawing opengl example
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:205.98kb
    • 提供者:lichenhua
  1. GLTransform

    0下载:
  2. 实现opengl在vc6.0中的现实!!现实绘制直线,三角等图形-Opengl in vc6.0 in the realization of the reality! ! Realistic drawing a straight line, triangle, such as graphics
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:胖皮
  1. caijian

    0下载:
  2. 了解二维图形的裁剪原理 利用vc+opengl实现直线的裁剪算法-Cut understanding of the principle of two-dimensional graphics using vc+ opengl to achieve a straight line cutting algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.53kb
    • 提供者:猫子
  1. line-about

    0下载:
  2. Bezier curve BSPLINE curve 样条曲线的绘制。opengl 各种曲线的绘制-Bezier curve drawing BSPLINE curve spline curve. the opengl various curve drawn
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:3.62mb
    • 提供者:CHAU ALVIN
  1. LINE

    0下载:
  2. 该程序主要基于GDI进行鼠标拖动直线,其原理与在opengl中相似通过一些小的改动即可实现在opengl中绘图-The program is mainly based on GDI mouse to drag a straight line, the principle and similar in opengl through a few small changes can be realized in opengl drawing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-27
    • 文件大小:71.88kb
    • 提供者:
  1. opengl

    0下载:
  2. 一个opengl的三维场景代码,将此文件下载解压然后直接在VC上打开.cpp文件运行就行了。-A three-dimensional scene opengl code, download this file and then unzip directly on the VC open. Cpp file to run on the line.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:583.19kb
    • 提供者:hello
  1. dyanmic-line

    0下载:
  2. OpenGL画出一个动态直线 直线不断变化 成动态-Open danamic line
  3. 所属分类:Communication

    • 发布日期:2017-05-27
    • 文件大小:9.32mb
    • 提供者:刘先年
  1. opengl-line

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

    • 发布日期:2017-05-07
    • 文件大小:1.41mb
    • 提供者:douya
  1. opengl-rect

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

    • 发布日期:2017-05-10
    • 文件大小:2.17mb
    • 提供者:douya
  1. Arbitrary-polygon-scan-line-filling

    0下载:
  2. 这是一个运用OpenGL编程的实例,是在VC++6.0中编写的一个控制台程序,能够实现任意多边形的填充,基于的算法是扫描线填充算法。-This is a use of OpenGL programming examples, is a console program written in VC++6.0, filling to achieve arbitrary polygon, the algorithm is based on scan line filling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2.89kb
    • 提供者:谢伟康
  1. OpenGL_Line

    0下载:
  2. Draw OpenGL line by rectangle(GL_TRIANGLE_STRIP)
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:79.96kb
    • 提供者:light
  1. AXSS

    0下载:
  2. win32 opengl画线,配置好了glut,h(Win32 opengl line drawing, configured the glut, h)
  3. 所属分类:界面编程

    • 发布日期:2017-12-27
    • 文件大小:19kb
    • 提供者:jareetinses
  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
    • 文件大小:3.38mb
    • 提供者:小啰啰
  1. 计算机图形学

    0下载:
  2. 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4mb
    • 提供者:水无缘
« 12 3 »
搜珍网 www.dssz.com