搜索资源列表
three_curve
- 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
Spline+ellipse
- 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
Spline
- 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
shiyan5
- 实验5 Bezier曲线 1.实验目的: 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。 2.实验内容: (1) 结合示范代码了解曲线生成原理与算法实现,尤其是Bezier曲线; (2) 调试、编译、修改示范程序。 (3) 尝试实现B样条曲线算法。 -5 Bezier curve experiment 1. Experimental Objective: To understand the principle of
curve
- 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
Bspline-Curve
- OpenGL开发的B样条曲线程序,支持鼠标交互,本人亲自测试能运行,用vc++6.0编写。-B-spline curve of the OpenGL development process, support for mouse interaction, personally test can be run using vc++6.0 write.
B
- 实现b样条曲线的绘制的源程序,鼠标输入控制顶点即可自动画出b样条曲线-B-spline curve to achieve the mapping of the source, the mouse will automatically enter the draw control vertex b-spline curve
BezierCurveContinue
- We will use B-spline curve Continue
bezier
- 实现bezier和b样条曲线的绘制,运用基本的公式-Achieve bezier and b-spline curve drawing, using the basic formula
GiveBsplineCtrlpoints
- 在OpenGL环境下反求B样条曲线的控制顶点,并以此画出B样条曲线。其中,将数据点加入输出点列之中。-Give B-spline curve s control points in OpenGL and the program can draw the new B-splien curve.
Bcurve
- 使用OpenGL函数库,实现交互绘制B样条曲线-Use the OpenGL library, to achieve interactive rendering B-spline curve
BSpline
- opengl函数实现B样条曲线,程序简单易懂,适用于初学者。-opengl functions for B-spline curve, the program is simple to understand for beginners.
curve_editor
- 曲线曲面,生成Bzier曲线和B样条曲线,两者互转,Bezier曲面,扫层面-Curves and surfaces, generate Bzier B-spline curve and the two system conversion, Bezier surface, level sweep
BezierCurve
- Opengl中绘制样条曲线的好程序,很有帮助。-Opengl draw a spline curve in a good program, very helpful.
B
- 基于opengl下实现b样条曲线的生成及实现方式-Based on the opengl to realize the b-spline curve formation
spline
- 该资源包括两个压缩文件,一个是由mfc生成dialog,然后通过鼠标拾取样条曲线的编辑点,该例程从网上下载的,在此对原作者表示感谢;还有一个是根据上面的例子,由事先确定的点,计算出插值点,通过opengl绘图,显示插值效果,例子比较简单,有很多函数未用到,没有加限制条件,改变控制点时,不能超过(0,0),(2,2)。-The resources include two compressed files, a dialog is generated by the mfc spline curve
BsplineCurve
- 利用OpenGL绘制B样条曲线,通过改变控制点可以改变曲线形状。-Use OpenGL rendering the B-spline curve, the shape of the curve can be changed by changing the control point.
SPLINE
- opengl版本的三次B样条线实例,演示了三次B样条曲线的平滑度-opengl version of the cubic B-spline examples demonstrate cubic B-spline curve smoothness
B-spline-curve-drawing
- 本代码就是计算机图形学中的知识进行汇总,绘制B样条曲线-This code is the knowledge of computer graphics to carry on the summary, b-spline curve drawing
openglFree-curve
- 用MFC画贝尔曲线和三次样条曲线的程序。-Using MFC to draw the Baer curve and the three spline curve of the program