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

搜索资源列表

  1. Ex_line

    0下载:
  2. opengl入门教程 之 画线 最基本的opengl操作,画直线的功能-introduction to opengl, draw line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:236558
    • 提供者:吴文
  1. Ex_geoRot

    0下载:
  2. opengl基本教程 之 旋转 ,即场景围绕某一直线旋转的功能实现-introduction to opengl,rotate
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:173505
    • 提供者:吴文
  1. Antialiasing

    0下载:
  2. opengl 多边形反走样,由于计算机生成的图形是由离散点组成的数字化图像,因而生成的图形必然与真实景物之间存在一定误差。这种误差表现为图形上的直线或光滑的曲线呈现锯齿状、彩色花纹失去原有的形态和色彩、细小物体在画面上得不到反映等等。这种锯齿就叫做走样。-opengl polygon Antialiasing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:2088024
    • 提供者:joan
  1. DRAWline

    0下载:
  2. vc++ OPENGL GDI实现画直线时的橡皮筋效果-Vc++ OPENGL GDI realize draw a line when the rubber band effect
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:23083
    • 提供者:于磊
  1. 1

    0下载:
  2. 用opengl画直线(通过拖动鼠标来确定的直线端点)-Opengl draw a straight line with (by dragging the mouse to determine the line endpoints)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:1078
    • 提供者:冯蕴天
  1. line-and-circle

    0下载:
  2. 直线和圆的openGL 快速算法,仅供参考-line and circle drawing arithmetic for reference only
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1906
    • 提供者:王骏华
  1. line

    0下载:
  2. OPengl中,使用函数point用点画直线-OPengl, using the function point with little straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:906
    • 提供者:王平
  1. LINE

    0下载:
  2. 自己在别的程序上修改的,实现一个直线运动的3d场景,使用OPENGL和visual c++实现,希望对需要的人有所帮助。-Themselves in other procedural changes, to achieve a linear motion of 3d scenes, using OPENGL and visual c++ implementation, hope to those who need help.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1677901
    • 提供者:媛媛
  1. lab4

    0下载:
  2. 用OpenGL画圆,编写鼠标画圆程序,假定以直线的一端作为圆心,直线段的长度为圆的半径。-Circle with OpenGL, written procedures for the mouse draw a circle, assuming that one end of a straight line as the center of a circle, the length of the line segment radius of the circle.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2928887
    • 提供者:jack
  1. Line

    0下载:
  2. 基于OpenGl颜射渐变直线的绘制和位置的设定-Bukkake draw a straight line gradient
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:196324
    • 提供者:韩旭
  1. circle

    0下载:
  2. 计算机图形学-画直线和圆 使用opengl完成的画圆和画直线-Computer graphics- use opengl draw lines and circles and draw a straight line to complete the circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1947337
    • 提供者:eleven
  1. huizhi-zhixian

    0下载:
  2. 利用OpenGL程序,绘制直线、虚线、点划线-Use OpenGL program, draw a straight line, dashed, dotted
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:822
    • 提供者:鲁智
  1. zhixianyuan

    0下载:
  2. 这是用OpenGL来实现动态绘制直线和圆的源代码,可以清晰地描述各参数的值-This is achieved using OpenGL to draw a straight line and circular dynamic source code, you can clearly describe the value of each parameter
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1859
    • 提供者:张玺
  1. line

    0下载:
  2. 用opengl绘制一条直线,通过画一个个的点完成-draw a line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:103451
    • 提供者:Chen QiuDi
  1. graphicsdraw

    1下载:
  2. 用OPenGL画直线和圆,实现橡皮筋技术,在MFC下实现-With OPenGL draw a line and round, realize the rubber band technology, realize the MFC
  3. 所属分类:OpenGL program

    • 发布日期:2015-11-26
    • 文件大小:4334592
    • 提供者:海纳百川
  1. Cohen-Sutherland

    0下载:
  2. 利用OpenGL实现Cohen-Sutherland裁剪算法(编码裁剪算法),是最早的直线段裁剪算法。-The use of OpenGL implementations Cohen-Sutherland clipping algorithm (coded clipping algorithm), is the first straight line clipping algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1801
    • 提供者:陈韬
  1. DDA

    0下载:
  2. 用DDA算法画直线,y用像素点画的,主要是在opengl中的-use DDA
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:602
    • 提供者:myulong
  1. drawline

    0下载:
  2. opengl编写的一个小程序,连续画直线,鼠标在窗口中连续的点击就可以画出一条连续的直线。-Opengl write a small program, continuous draw a line, the mouse in the window of the click of continuous can draw a straight-line continuum.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:859
    • 提供者:曹彬
  1. shiyan1

    0下载:
  2. 用OpenGL实现中点Bresenham算法画直线与圆,改进Bresenham算法画直线-The midpoint of the Bresenham algorithm for drawing a straight line and circle, using OpenGL to improve the Bresenham algorithm draw a straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:588
    • 提供者:张凡
  1. DDALine

    0下载:
  2. c语言基于opengl,利用dda算法完成直线的绘制-C language based on opengl, using the algorithm of the straight line drawing complete dda
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:782
    • 提供者:刘健
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com