文件名称:bezier3
介绍说明--下载内容均来自于网络,请自行研究使用
简单的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 small split between control points, so it is necessary x and y directions on the split
-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 small split between control points, so it is necessary x and y directions on the split
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bezier3.cpp