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

搜索资源列表

  1. 207

    0下载:
  2. 一个很简单的opengl程序,功能包括:简单模拟了太阳、地球月亮的运行,画立方体、直线、点等几何图元,bezier曲线及反求bezier控制点(点的数量为4),nurbs曲线及裁剪,图像可以平移、缩放和旋转(由于是本人初学opengl,所以请多多包含)-a very simple opengl procedures, functions include : simulation of a simple sun, the earth the moon operation, painting cub
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:96936
    • 提供者:wangwei
  1. Bezier_Test

    0下载:
  2. vc++,环境下,利用opengl实现Bezier曲线测试。-vc, the environment, using opengl achieve Bezier curves.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37278
    • 提供者:小徐
  1. Bezier

    0下载:
  2. OpenGL 绘制Bezier曲线,在窗口内点击鼠标左键绘制四个控制点后,绘制Bezier曲线
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8287
    • 提供者:Luna
  1. Bezier

    0下载:
  2. 用OpenGL的工具,绘制出Bezier曲线,并且通过键盘可以调节曲线的参数
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56461
    • 提供者:yang
  1. MFC绘制CAD曲线

    4下载:
  2. 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
  3. 所属分类:Windows编程

    • 发布日期:2009-03-31
    • 文件大小:137273
    • 提供者:xc_chu
  1. shiyan5

    0下载:
  2. 实验5 Bezier曲线 1.实验目的: 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。 2.实验内容: (1) 结合示范代码了解曲线生成原理与算法实现,尤其是Bezier曲线; (2) 调试、编译、修改示范程序。 (3) 尝试实现B样条曲线算法。 -5 Bezier curve experiment 1. Experimental Objective: To understand the principle of
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:596593
    • 提供者:jing
  1. CG

    0下载:
  2. 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:2037657
    • 提供者:star
  1. Curve_OpenGL

    0下载:
  2. 用OpenGL实现的三维曲线绘制软件,可绘制Hermite曲线,Bezier曲线,可用键盘控制旋转。-Three-dimensional curve with OpenGL, drawing software, which can draw the Hermite curve, Bezier curves, available keyboard control the rotation.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3875370
    • 提供者:fangshijie
  1. Bezier

    0下载:
  2. OpenGL三次贝塞尔曲线绘制,交互式的绘制图形,源码与详细注释。-OpenGL cubic Bezier curve drawing, interactive rendering graphics, source code and detailed comments.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:248952
    • 提供者:郝晓婷
  1. Bezier

    0下载:
  2. 我用MFC做的小型的曲线的画法及界面,但是老师说了要用opengl,所以我想把我的程序发到网上让大家和我共享,并且给我帮助-I used to do small MFC curve drawing method and interface, but the teacher said to use opengl, so I want my hair to process online so that everyone and I share, and give me help
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:84947
    • 提供者:王莹
  1. bezier

    0下载:
  2. bezier曲线,用opengl实现,有源码,有可执行程序-Bezier curves, using opengl to achieve, there are source code, and executable programs
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:30169
    • 提供者:wangxing
  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. 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. curves

    0下载:
  2. 便用opengl绘制bezier曲线,可以不断增加控制点且颜色不同等功能。-They use opengl drawing bezier curves, control points can be increased and the colors are different functions.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:211561
    • 提供者:m5
  1. Bezier

    0下载:
  2. 利用OpenGl画Bezier曲线,非算法实现,调用接口。利用鼠标确定4个contral_point进行绘画。-Use OpenGl draw Bezier curves, non-algorithm,Draw line by calling the interface. Identified four contral_point by using the mouse to paint.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:181780
    • 提供者:yulingyu
  1. bezier

    0下载:
  2. opengl,bezier曲线的绘制,内含源代码,可以参考借鉴-opengl, bezier curve drawing, including source code, can be a reference for
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-20
    • 文件大小:193305
    • 提供者:jacques
  1. bezier

    0下载:
  2. 基于opengl的bezier曲线绘制,通过鼠标输入控制点并实现绘制-Based on the opengl of the Bezier curve drawing by mouse input control points and draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-24
    • 文件大小:1425
    • 提供者:希念
  1. 曲线的生成

    0下载:
  2. 生成Bezier曲线,设计曲线控制点和绘制一种简单的样条曲线曲线。 Generate Bezier curves., Design curve control points and draw a simple spline curve
  3. 所属分类:OpenGL

  1. 曲线和曲面

    2下载:
  2. 曲线和曲面Curves & Surfaces 实现一个简单的2D样条曲线编辑器。该编辑器应支持Bezier曲线和B样条曲线, 可以实现两种曲线的转换(仅对四个控制点的双三次样条曲线)。在你的曲线程序能工作后,将转到由这些曲线来产生曲面:旋转曲面和双三次Bezier 片.(Curves and surfaces Curves & Surfaces To achieve a simple 2D spline editor. The editor should support th
  3. 所属分类:OpenGL

    • 发布日期:2017-12-24
    • 文件大小:659456
    • 提供者:DreamTony
  1. 三点绘制贝塞尔曲线

    0下载:
  2. 在平面上用鼠标随机点三个点,绘制贝赛尔曲线,有切线(On the flat surface, three points are randomly selected with the mouse, and the Beckinsale curve is drawn. There is a tangent.)
  3. 所属分类:OpenGL

« 12 3 4 »
搜珍网 www.dssz.com