搜索资源列表
Bezier曲线曲面的实现
- 用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
Bezierdemo
- 这是大名鼎鼎的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
FSinLine
- 是一个小程序 OPENGL的f(x)=sinx的曲线绘制程序 各位有需要就看看吧-is a small program OpenGL f (x) = sinx curve drawing program you need to look at mull
OpenGl
- 一个很好的OpenGL二维绘图程序,用户可以绘制任意曲线-a good OpenGL 2D mapping procedure, the user can draw arbitrary curve
earth
- Opengl中二次曲线绘制地球,并进行纹理贴图,得到逼真的地球模型。
MFC绘制CAD曲线
- 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
MFC实现三维空间绘制Hermite曲线
- 本程序主要在VC++情况下实现CAD中的Hermite曲线,在这里使用了OpenGL
在VC++中使用OpenGL绘制典型曲面
- 基本几何图元是OpenGL进行建模的最基本的方法,但其对较复杂真实物体的建模则比较困难。对于这些复杂物体的建模,需要用到OpenGL基本库和功能库函数(gl库和glu库)以对图元进行扩展并完成法向计算、曲线生成和曲面构造等内容。这种对基本图元的扩展实际也就是对点、线及多边形的扩展。OpenGL中定义的点可具有不同大小的尺寸,其扩展的函数形式为:
BezierCurve_OGL
- Opengl绘制Bezier 曲线,并且可以控制一个小球在曲线上运动。-Draw Bezier Curve with Opengl
B
- opengl 作业,用与在OPENGL中绘制B洋条曲线,已经编译通过,在运行前请设置你计算机的OPENGL编译环境-opengl operating and use with OPENGL Drawing Yang B curve has been compiled through, before running set up your compiler environment OPENGL computer
NURBS
- OpenGL编程轻松入门之NURBS曲线和曲面.此例绘制两个相同形状的NURBS曲面,不同之处是一个为线框式,一个是由实多边形组成。-OpenGL programming easy entry of NURBS curves and surfaces. In this case, the shape of two identical rendering NURBS surfaces, the only difference is a frame type, a polygon is formed
632550XGraph
- opengl绘制的二位曲线图,比较适合初学者。-2 opengl drawn curve more suitable for beginners.
Bezier
- OpenGL实现贝塞尔曲线绘制 希望对你有所帮助
opengl
- 用opengl 实现 绘制一个贝塞尔曲线 完整 代码 用c++ 开发-To achieve draw a Bezier curve complete code development with c++ with opengl
曲线的生成
- 生成Bezier曲线,设计曲线控制点和绘制一种简单的样条曲线曲线。 Generate Bezier curves., Design curve control points and draw a simple spline curve
Bezier 曲线
- 程序实现根据鼠标输入的点进行Bezier曲线的绘制程序中鼠标 输入点的个数是可以手动改动的此程序中输入点的最大值设置为15.同时程序实现了键盘的交互 用来控制程序运行过程中的退出、重画等
曲线与曲面
- 绘制Bezier与Bspline曲线,以及相应的曲面绘制,最后实现绘制茶壶等高级物件(Bezier&Bspline,take me a lot of time to finish it, you will konw how to Paint Bspline & Bezier with OpenGL)
OpenGL绘制花环
- 用OpenGL实现正多边形框架下花环的绘制可以自己设置多少条的正多边形(Using OpenGL to achieve the drawing of the rosette under the regular polygon frame, you can set a number of regular polygons)
OpenGL绘制参数曲线
- opengl绘制参数曲线,这里绘制的是很多条短直线逼近一个椭圆,比较适合新手(OpenGL draw parameter curve, here is drawing a lot of short straight line approaching an ellipse, more suitable for novice)
三点绘制贝塞尔曲线
- 在平面上用鼠标随机点三个点,绘制贝赛尔曲线,有切线(On the flat surface, three points are randomly selected with the mouse, and the Beckinsale curve is drawn. There is a tangent.)