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

搜索资源列表

  1. BEZSURF

    0下载:
  2. vc6.0的用opengl画bezier曲面。适合初学者学习opengl使用。-vc6.0 with opengl draw bezier surfaces. Suitable for beginners to learn opengl use.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-18
    • 文件大小:37284
    • 提供者:oliver
  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. b!

    0下载:
  2. Bezier curve BSPLINE curve 样条曲线的绘制。opengl 各种曲线的绘制
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:21699
    • 提供者:CHAU ALVIN
  1. line-about

    0下载:
  2. Bezier curve BSPLINE curve 样条曲线的绘制。opengl 各种曲线的绘制-Bezier curve drawing BSPLINE curve spline curve. the opengl various curve drawn
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:3795697
    • 提供者:CHAU ALVIN
  1. BezierCurve

    0下载:
  2. The implementation of 2D Bezier Curve drawing using OpenGL. Add interactive functions: use mouse to draw control points add main menu for mouse control use keyboard to change the level of the Bezier curve. You can also drag the point to find a prefer
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-19
    • 文件大小:14950129
    • 提供者:Xiaoyang
  1. bezier3

    1下载:
  2. 简单的bezier贝塞尔曲面的绘制,利用的是OpenGL中二维求值器的方法,其基本思想是在控制点之间,进行细小的分割,利用多个小三角形模拟二维曲面,所以需要进行x和y方向上的分割 -A simple bezier Bezier drawing using OpenGL 2D evaluator, the basic idea is to simulate the two-dimensional surfaces, the use of multiple small triangle sma
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:1289
    • 提供者:杨欢
  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. Bez3d

    0下载:
  2. vc++ opengl 绘制贝塞尔曲面,使用了提供的绘图器 16个点. -vc++ opengl to draw Bezier surfaces, use the drawing 16 points.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-27
    • 文件大小:20861
    • 提供者:李含伦
  1. ComputerGraphicExperiment

    0下载:
  2. 本程序使用Visual C++实现了计算机图形学课程实验【纯VC,no OpenGL,不调用pDC的功能函数】:绘制直线、椭 圆等基本图元;绘制Bezier等样条曲线;绘制knoch等分形图形;一个“伪”真实感图形→球 。该程序架构清晰,很方便扩展,谢谢使用!-With Visual C++ only (without OpenGL! without the inline functions of pDC), the Application has achieved in d
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:4715187
    • 提供者:Richard
  1. basier

    0下载:
  2. 基于vs2005环境下的使用OPENGL软件开发包实现贝塞尔曲面效果。-the fufilment of Bezier
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-08
    • 文件大小:8063
    • 提供者:zhaolong
  1. BSplineBezier

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw B_Splines and Besier Curves + 3D surface and complex spline on it surface on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:116004
    • 提供者:vov2000
  1. SplinesMultiplePoints

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw B_Splines and Besier Curves on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mathematical apparatus. First click mouse on ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:57695
    • 提供者:vov2000
  1. NeHeBezier-Surfaces

    0下载:
  2. Nehe写的OpenGl的贝塞尔曲面教程源码,是基本贝塞尔曲面的实现,源码条理清晰,可配合NeHe的教程研究。-Nehe Bezier Bezier surfaces tutorial source
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:65008
    • 提供者:roger
  1. main_file

    0下载:
  2. This a OpenGL C++ code to create Bezier, B-spline curves from User selected points.-This is a OpenGL C++ code to create Bezier, B-spline curves from User selected points.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:5408
    • 提供者:Thegr
  1. BezierCurve

    1下载:
  2. 使用OpenGL编写的Bezier曲线绘制程序(使用de Casteljau算法)。鼠标左键添加控制点(数目不限),右键清屏。-Bezier curve drawing program using OpenGL(de Casteljau algorithm).Left mouse button to add control points (unlimited number), right-clear screen.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:47123
    • 提供者:张坤
  1. B-AND-BEZEIR

    0下载:
  2. 实现opengl 的B样条曲线和BEZEIR样条曲线功能,在此基础上可以画出视觉上美观的人脸图形,进而画出机器人-B and bezier
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:1483
    • 提供者:qqf
  1. 3-order-Bessel-curve

    0下载:
  2. 画出了一条3阶贝塞尔曲线,是一条点虚线,使用的是opengl库。-Draw up a third-order Bezier curve is a dotted line, using opengl library.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:13985808
    • 提供者:李东辉
  1. BESIER

    1下载:
  2. 使用OPENGL做的贝塞尔曲面,想要学习贝塞尔曲面创建过程的可以模仿此代码.-Bezier surfaces using OPENGL do want to learn the process of creating Bezier surfaces can mimic this code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3812352
    • 提供者:李冰
  1. Byangtiao

    0下载:
  2. OpenGL用二次或三次B样条或Bezier曲线算法生成曲线。-OpenGL B-spline curves or Bezier curve algorithm used to generate two or three times.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:220463
    • 提供者:林伟鸿
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com