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

搜索资源列表

  1. Bezierdemo

    0下载:
  2. 这是大名鼎鼎的NeHe网站上的Bezier曲线绘制程序,对Beizer曲线的构造和OpenGL函数讲解的很透彻-This is the famous binding for the Java language website of the Bezier curve drawing program, right Beizer curve structure and function of OpenGL on the very thorough
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:59705
    • 提供者:潘君
  1. Bezlit

    0下载:
  2. 这是一个OPENGL的例子,这个程序实现了Bezier曲线,我还会有一系列的程序上传-OpenGL example, the procedure to achieve the Bezier curve I will also have a series of procedures to upload
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:20614
    • 提供者:xuwenhui
  1. Bezier_MFC

    0下载:
  2. 采用opengl编写的bezier曲线,可以交互性-using opengl prepared bezier curves can be interactive
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:13225
    • 提供者:zhouyinye
  1. CuvSufc11

    0下载:
  2. 通过VC++6.0和OpenGL绘制了可以调节的Bezier曲线和曲面以及Nurbs曲线曲面,其参数可以人为通过对话框设置。
  3. 所属分类:OpenGL

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

    1下载:
  2. 用Visual C++,根据用户输入控制点坐标,生成并显示贝塞尔曲线,其中用到opengl的画点函数
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:feifei
  1. BezierCurve

    0下载:
  2. 用OpenGL来画一个Bezier曲线,没有调用OpenGL的画图函数,直接实现的算法。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:179265
    • 提供者:Bruce
  1. opengl画图

    0下载:
  2. 用opengl自己实现画bezier和bspline曲线还有曲面,花瓶,茶壶
  3. 所属分类:3D图形编程

  1. Bezier

    0下载:
  2. 贝塞尔曲线的计算,并利用OpenGL进行绘制-Beizier Line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:619944
    • 提供者:周喆
  1. heart

    0下载:
  2. 在openGL环境下画心形线,利用Bezier曲线.-how to describe a curve of heart
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1262250
    • 提供者:张杰
  1. texture

    4下载:
  2. 简单的Opengl纹理贴图,包括球体贴图,柱体贴图,和用贝塞尔曲线画苹果并且贴纹理-Simple Opengl texture mapping, including mapping the sphere, cylinder block, and the use of Bezier curves and paste texture painting Apple
  3. 所属分类:OpenGL

    • 发布日期:2012-10-26
    • 文件大小:4634859
    • 提供者:siucan
  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
    • 文件大小:10657
    • 提供者:dragon
  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. openGL_NURBS

    0下载:
  2. 用OpenGL 实现曲线作图,VC++编程 -VC++编程
  3. 所属分类:Windows Develop

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

    0下载:
  2. 利用openGL 和c++写的画bezier和B样条曲线的程序,并实现了两者的转换,并用beizer曲线构建图形-draw beizer and B-spline
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3447429
    • 提供者:123
  1. Beziercurve

    0下载:
  2. 四个控点的三次Bezier曲线,在c++里用opengl实现-4 cubic Bezier curve control points, where the c++ with opengl implementation
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:289280
    • 提供者:jjs
  1. heart

    0下载:
  2. 在OpenGL环境下,用bezier曲线绘制 心形图案-In the OpenGL environment, bezier curve drawing with heart-shaped pattern
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:1704
    • 提供者:王晓路
  1. Ex_Bezier

    0下载:
  2. opengl基本教程 之 Bezier曲线 ,即Bezier曲线的实现方法-introduction to opengl,Bezier
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:217468
    • 提供者:吴文
  1. OpenGL_Bezier_MFC

    0下载:
  2. 可以实现Bezier曲线,矩形旋转算法,直线编码裁剪的OpenGL函数,并用MFC整合-Bezier,Codecut OpenGL MFC
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:3376532
    • 提供者:Kings
  1. Rational_Bezier

    0下载:
  2. MFC++OpenGL实现有理Bezier曲线的各种功能,包括旋转,改变点的权重-MFC++OpenGL achieve rational Bezier curves of the various functions, including rotation, the changing point weight
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:3578907
    • 提供者:徐盼盼
  1. Bezierquxian

    0下载:
  2. 这是一个简单的OPENGL程序,实现了Bezier曲线的绘制,并且用户可以通过鼠标对图形进行一定程度的修改。-This is a simple OPENGL program, Bezier curve drawing, and the user has a certain degree of modification by the mouse on the graphics.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-23
    • 文件大小:1142
    • 提供者:sqc
« 1 2 34 »
搜珍网 www.dssz.com