搜索资源列表
inverse_B_spline
- 根据所给已经点,绘制B样条曲线,用OPENGL实现
B
- 用OpenGL中的函数绘制B样条曲线,并可以交互调节参数
Bezier
- 用OpenGL的工具,绘制出Bezier曲线,并且通过键盘可以调节曲线的参数
2_sinc_func_23908754
- 一个简单的用opengl绘制sin曲线的例子,教学用
Curve_OpenGL
- 用OpenGL实现的三维曲线绘制软件,可绘制Hermite曲线,Bezier曲线,可用键盘控制旋转。-Three-dimensional curve with OpenGL, drawing software, which can draw the Hermite curve, Bezier curves, available keyboard control the rotation.
nurbs
- NURBS曲面曲线,通过C++6.0 L绘制的NURBS曲面曲线 6个源码-VC++ 6.0 prepared by the opengl NURBS surfaces
BSpline-Line-and-Curve
- B样条曲线、曲面的绘制。B样条曲线绘制通过DC完成,B样条曲面绘制通过OPENGL完成,可实现平移、旋转、缩放功能。-The Rendering of B-spline curves and B-spline surfaces