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

搜索资源列表

  1. OpenGL最全数学库

    4下载:
  2. OpenGL的数学库!分别处理数学和几何运算。3D 数学库-矩阵 向量 四元数 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算,详见代码
  3. 所属分类:OpenGL

  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. line.rar

    0下载:
  2. 画线算法,bresenham画线算法,opengl,bresenham line-drawing procedure
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:953
    • 提供者:小胖
  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. bspline

    0下载:
  2. 本人在VC集成开发环境下学习Opengl时编写的一些程序,b样条 -I VC integrated development environment for learning Opengl prepare some of the procedures, b-spline
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1618
    • 提供者:张熙贤
  1. line

    0下载:
  2. openGL 可以用上下左右的方向鍵控制這一條線-openGL can use the arrow keys up and down around a line to control the
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:140302
    • 提供者:蔡明黃
  1. line

    0下载:
  2. OPENGL制作的简单的圆,制作机器人,黄色的机器人-OPENGL produced a simple circle, production robot
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:167115
    • 提供者:路倩
  1. Line

    0下载:
  2. Circle midpoint using openGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:266712
    • 提供者:Shobi
  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. line-clipping

    0下载:
  2. OpenGL实现的直线裁剪算法,比较简单,梁友栋Barsky裁剪算法-OpenGL, cutting a straight line algorithms is relatively simple, Liang Youdong Barsky clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-22
    • 文件大小:1204224
    • 提供者:代码
  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. 计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统-1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, B
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:96771
    • 提供者:侯建元
  1. OpenGL-LINE

    0下载:
  2. 图形图像openGL编程,采用扫描线方法绘图,另外画线也是自己写的而不是系统程序-Graphics openGL programming, scanning method drawing, another line is also drawn to write their own programs rather than the system
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:20244
    • 提供者:汪程香
  1. opengl-line

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

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

    0下载:
  2. OpenGL计算机图形学的Cohen-Sutherland线段裁剪算法-OpenGL, line clipping algorithm based on Cohen-Sutherland
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:2265
    • 提供者:Archer钦
  1. OpenGL-ES2.0_obj

    0下载:
  2. Android平台的APP代码(Eclipse,ADT),实现了基本3D对象(点,线,面,体)的绘制,单指与双指操控,包含三维的各种变换:平移,旋转,缩放,透视,是学习动画与仿真的入门代码.(Android platform APP code (Eclipse, ADT), to achieve the basic 3D object (point, line, surface, body) rendering, refers to a single and double finger mani
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-21
    • 文件大小:436224
    • 提供者:daode1212
  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绘制参数曲线

    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。。
  1. opengl 3种函数画线

    0下载:
  2. 使用opengl画线,dda算法,中点算法,bresenham 算法,右键菜单实现线段颜色粗细的选择(Use OpenGL line, DDA algorithm, middle point algorithm, Bresenham algorithm, right key menu to select the color of line segment)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-22
    • 文件大小:6739968
    • 提供者:kiafter
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com