CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - bezier curve

搜索资源列表

  1. Bezier曲线曲面的实现

    0下载:
  2. 用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38.04kb
    • 提供者:141
  1. OpenGL - Bezier Curve-1

    0下载:
  2. 用OPEN-GL实现贝赛尔(Bezier)曲线-use OPEN-GL achieve Bessel (Bezier) curve
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:165.5kb
    • 提供者:李静
  1. Spline

    0下载:
  2. 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:226.55kb
    • 提供者:吴彧文
  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
    • 文件大小:582.61kb
    • 提供者:jing
  1. curve

    0下载:
  2. OpenGL绘制的B样条、贝塞尔曲线和贝塞尔曲面,可以鼠标选取关键点绘制曲线,可以鼠标对关键点进行拖拽,实现平移,旋转操作-OpenGL rendering B-spline, Bezier curves and Bezier surfaces, you can draw the curve of the mouse select the key points, you can drag the mouse right key points to achieve translation, rot
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:10.41kb
    • 提供者:dragon
  1. Bezier

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

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

    0下载:
  2. 通过鼠标点击窗口自动生成Bezier曲线,并可切换至Hermite曲线,在OpenGL下实现。-clicking the mouse, and draw Bezier curve, points also can be deleted. Implemented with OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3.69kb
    • 提供者:xukangmin
  1. Beizer

    0下载:
  2. Bezier Curve / Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See Sce
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:272.51kb
    • 提供者:josephlin0922
  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
    • 文件大小:12.58kb
    • 提供者:不清楚
  1. Bezier

    0下载:
  2. 本程序实现的是一个绘制Bezier曲线的通用程序,可以通过鼠标制定不同点生成Bezier曲线。内含有可执行程序以及所有源代码。-Implementation of this program is a Bezier curve drawing general program, you can mouse Bezier curves generated for different points. Contains an executable program and all source code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:59.5kb
    • 提供者:cheng
  1. gra_hw1b

    0下载:
  2. Bezier curve implementation using open gl in C++ Computer gRaphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:10.47kb
    • 提供者:deepthi
  1. bezier

    1下载:
  2. 绘制n次Bezier曲线时,应可以输入控制点个数及控制点x,y坐标,输入数据可以放到文本文件中,以便调试。对于三次Bezier曲线,用多个曲线段拼接而成,并且要求曲线一阶导数连续。绘制Bezier曲面时,应可以输入控制多面体的顶点坐标与曲线的间距。-Bezier curve drawing n times, should be able to enter the number of control points and control points x, y coordinates, the i
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:1.37kb
    • 提供者:xsl
  1. Bezier

    0下载:
  2. OpenGL开发的Bezier曲线程序,是很好的资料。绘制Bezier曲线,很好控制。-OpenGL Bezier curve program is very good information. The Bezier curve, well Controlled.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1.36mb
    • 提供者:理会
  1. bezier

    0下载:
  2. 在c++环境中,用opengl画出三次bezier曲线-Draw three bezier curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-06
    • 文件大小:11.3mb
    • 提供者:张东东
  1. Bezier

    0下载:
  2. Bezier曲线算法,在VC环境下,用OPENGL编写,模块扩展内容丰富-Bezier curve algorithm, VC environment, written in OPENGL module expansion rich in content
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-26
    • 文件大小:323.4kb
    • 提供者:郑斌
  1. BEZIER-Curve

    0下载:
  2. OpenGL 计算机图形学 Beizer Curve 是课程资源!值得参考!-OpenGL computer graphics Beizer Curve curriculum resources! Worth considering!
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-17
    • 文件大小:66.07kb
    • 提供者:zhangjiawen
  1. bezier

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

    • 发布日期:2017-11-20
    • 文件大小:188.77kb
    • 提供者: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
    • 文件大小:1.39kb
    • 提供者:希念
  1. Bezier

    0下载:
  2. 下面以画一条 Bezier 曲线为例,详细介绍VC++ 上 OpenGL编程的方法。文中给出了详细注释,以便给初学者明确的指引。一步一步地按所述去做,你将顺利地画出第一个 OpenGL 平台上的图形来。-Below to draw a Bezier curve, for example, described in detail VC++ on OpenGL programming approach. The paper gives detailed notes in order to give
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-12
    • 文件大小:3.51kb
    • 提供者:zhcomputer
  1. Bezier Curve.c

    0下载:
  2. Bezier Curve implementation with cpp
  3. 所属分类:OpenGL

    • 发布日期:2017-12-20
    • 文件大小:142kb
    • 提供者:PauloAres
« 12 3 4 5 »
搜珍网 www.dssz.com