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

搜索资源列表

  1. 5FILES

    0下载:
  2. 内含公交系统,模式识别专业的分类程序,OPENGL的动态效果,简单的学生数据库管理程序和一个按照曲线轨迹动画程序,开发环境均为VC++6.0-Includes public transportation systems, pattern recognition classification of professional procedures, OPENGL dynamic effect, the simple student database management procedures and
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-08
    • 文件大小:1002335
    • 提供者:dnf
  1. 4.4

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Texture Effect 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 W:场景中央蝶形曲线/蝶形曲面的切换 -5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Texture Effect scene control: ESC: exi
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:239431
    • 提供者:徐颖
  1. CubicSplineAndBezier

    1下载:
  2. 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI+ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:4039020
    • 提供者:yc
  1. BiSheXin

    0下载:
  2. 基于VC++MFC以及openGL实现贝塞尔曲线,B样条曲线,Nurbs曲线的绘制,拖动控制点可以移动曲线-Based on VC++ MFC and achievement of openGL Bezier curves, B-Spline Curves, Nurbs curve drawing, drag the control point can move the curve
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2036444
    • 提供者:康曦
  1. include

    0下载:
  2. 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。-Principles of understanding the generation of curves, the curves have several common generation algorithm, using VC+ OpenGL to achieve Bezier curve generation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:5500
    • 提供者:zhanyun
  1. quxian

    0下载:
  2. 利用VC+OpenGL实现Bezier曲线生成算法。-VC+ OpenGL using Bezier curve generation algorithm to achieve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:299885
    • 提供者:zengyunyun
  1. 632550XGraph

    0下载:
  2. opengl绘制的二位曲线图,比较适合初学者。-2 opengl drawn curve more suitable for beginners.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:347400
    • 提供者:pengguotao
  1. hermite

    0下载:
  2. Hermite Curve Interpolation in c++ using Opengl library and Glut.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:324498
    • 提供者:badji
  1. OPENGLNURBS

    0下载:
  2. 通过对opengl库的引用,实现了nurbs曲线面的绘制,具有3d和2d相关建模功能的极大参考借鉴作用。-By opengl reference library and realized nurbs curve surface rendering with 3d and 2d modeling capabilities related to the role of a great reference to learn from.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:24034
    • 提供者:李明
  1. zhexianbiji

    0下载:
  2. 写程序用折线段逼近方式画如下平面曲线: (1) ,(可以转化为显示表达式) (2) ,(可以转化为显示表达式) (3) , 。 注:用OpenGL的画线函数画线段;步长、窗口大小由大家自己确定;如果需要平移或放大缩小,可以直接对折线顶点的坐标值进行平移和缩放,也可以调用OpenGL的函数进行平移或缩放。 -Write a program segment with folded planar curve approximation method draw is as fo
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:253923
    • 提供者:我行我素
  1. BspLines

    0下载:
  2. BspLines曲线生成 Step1:建立控制点数组; Step2:设定插值步长、曲线Si的控制点、参数t的取值区间为(0,1); Step3:用OPENGL画出各控制点及其连线; Step4:进行插值计算:计算出的若为第一个插值点定位到画图窗口否则画曲线到该点。 -BspLines curve generation Step1: establish control points group Step2: Set interpolation step, t
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:2329851
    • 提供者:chengyangmao
  1. Bezier

    1下载:
  2. OpenGL下通过鼠标动态绘制三次Bezier曲线 程序介绍: 第一次鼠标左键down点为0控制节点, 按住左键移动动态移动确定1控制节点, 第二次鼠标左键down点3控制节点,按住左键移动,确定2控制节点。-OpenGL dynamically through the mouse three times a Bezier curve drawing. program Descr iption: The first time the left mouse but
  3. 所属分类:OpenGL

    • 发布日期:2012-12-07
    • 文件大小:12886
    • 提供者:不清楚
  1. 2D_BezierCurve

    0下载:
  2. 繪製2D Bezier曲線的範例程式, 以簡單的Icon鍵切換繪圖/清除, 使用OpenGL函式庫-It s a example that can draw 2D-Bezier curve, Implemented by OpenGL API
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5192090
    • 提供者:YiChen-Chen
  1. Coordinate3

    1下载:
  2. VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线-VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coor
  3. 所属分类:Dialog_Window

    • 发布日期:2016-06-04
    • 文件大小:3761152
    • 提供者:麦志伟
  1. 4

    0下载:
  2. 利用OpenGL实现的NURBS曲线代码,有比较好的适用性。-NURBS curve using OpenGL implementation code, there are good applicability.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4518931
    • 提供者:乔锌
  1. kock

    0下载:
  2. 在c++环境下利用opengl知识,以直线和三角形为初始元迭代,最终生kock曲线 -In c++ environment using opengl knowledge, the initial straight line and the triangle element iteration, the final curve of Health kock
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1263
    • 提供者:郭丽红
  1. CurvesSurfaces

    0下载:
  2. 用OpenGL实现了画bezier曲线、BSpline曲线,以及它们之间的转换,多个点的bezier曲线、BSpline曲线,还实现了画面,并作出了一些模型,如:花瓶,圆圈,茶壶。可以运行bat文件运行-Achieved with OpenGL drawing bezier curves, BSpline curve, and the conversion between them, multiple points of bezier curves, BSpline curve, but als
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3690464
    • 提供者:小丁
  1. GiveBsplineCtrlpoints

    0下载:
  2. 在OpenGL环境下反求B样条曲线的控制顶点,并以此画出B样条曲线。其中,将数据点加入输出点列之中。-Give B-spline curve s control points in OpenGL and the program can draw the new B-splien curve.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:205321
    • 提供者:tina
  1. BSpline

    0下载:
  2. opengl函数实现B样条曲线,程序简单易懂,适用于初学者。-opengl functions for B-spline curve, the program is simple to understand for beginners.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8353209
    • 提供者:
  1. Bezier-Curve

    0下载:
  2. 这是一个关于opengl的引导线的使用和说明-This is a guide line on the use of opengl and descr iption
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2145829
    • 提供者:zhouweige
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com