CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bezier curve opengl
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bezier curve opengl - List
[
OpenGL program
]
Bezier曲线曲面的实现
DL : 1
用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
Update
: 2008-10-13
Size
: 38.04kb
Publisher
:
141
[
OpenGL program
]
OpenGL - Bezier Curve-1
DL : 0
用OPEN-GL实现贝赛尔(Bezier)曲线-use OPEN-GL achieve Bessel (Bezier) curve
Update
: 2008-10-13
Size
: 165.5kb
Publisher
:
李静
[
Graph program
]
Bezier1
DL : 0
可调整控制点位置的Bezier曲线生成.在控制点附近按下右键并拖动可以调整曲线形状。-adjustable control the location of Bezier curve generation. The control point near the press right and drag curve shape can be adjusted.
Update
: 2025-02-19
Size
: 1.89mb
Publisher
:
森森
[
OpenGL program
]
OpenGL - Bezier Curve-1
DL : 0
用OPEN-GL实现贝赛尔(Bezier)曲线-use OPEN-GL achieve Bessel (Bezier) curve
Update
: 2025-02-19
Size
: 165kb
Publisher
:
李静
[
OpenGL program
]
Bezier曲线曲面的实现
DL : 0
用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
Update
: 2025-02-19
Size
: 38kb
Publisher
:
141
[
OpenGL program
]
full_graph
DL : 0
一个用OpenGL实现的图形软件包,能够实现直线生成、Bezier曲线生成、多边形扫描转换图形变换的功能。 -with an OpenGL graphics package, to achieve linear generation, Bezier curve generation and polygon scan conversion graphics transform functions.
Update
: 2025-02-19
Size
: 7kb
Publisher
:
陈晓岚
[
OpenGL program
]
Bezierdemo
DL : 0
这是大名鼎鼎的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
Update
: 2025-02-19
Size
: 58kb
Publisher
:
潘君
[
OpenGL program
]
Bezlit
DL : 0
这是一个OPENGL的例子,这个程序实现了Bezier曲线,我还会有一系列的程序上传-OpenGL example, the procedure to achieve the Bezier curve I will also have a series of procedures to upload
Update
: 2025-02-19
Size
: 20kb
Publisher
:
xuwenhui
[
OpenGL program
]
AllKindsOfCurve
DL : 0
在VC中使用OpenGL画七条曲线:Bezier曲线;3阶(2次)均匀B样条曲线;3阶(2次)准均匀B样条曲线;3阶(2次)分段B样条曲线;4阶(3次)均匀B样条曲线;4阶(3次)准均匀B样条曲线;4阶(3次)分段B样条曲线-in VC use OpenGL seven paintings curve : Bezier curve; 3-(2) uniform B-spline curves; 3-(2) quasi-uniform B-spline curves; 3-(2) B-spline curves; 4 bands (3) Uniform B-spline curves; 4 bands (3) quasi-uniform B-spline curves; 4 bands (3) B-spline curves
Update
: 2025-02-19
Size
: 545kb
Publisher
:
mimi
[
OpenGL program
]
OpenGL-Bezier
DL : 0
本代码为Bezier画法,可输入10个控制点和最多生成199个象素点。-The code for Bezier drawing method, enter the 10 control points and to generate a maximum of 199 pixel points.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
李文晖
[
OpenGL program
]
Bezier
DL : 0
OpenGL 绘制Bezier曲线,在窗口内点击鼠标左键绘制四个控制点后,绘制Bezier曲线-OpenGL rendering Bezier curves, in the window click the left mouse button after drawing four control points, drawing Bezier curves
Update
: 2025-02-19
Size
: 213kb
Publisher
:
Luna
[
Embeded-SCM Develop
]
Bspline
DL : 0
通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control points, you can move the control point to change the curve. OPENGL for beginner to understand the process of curve generation.
Update
: 2025-02-19
Size
: 38kb
Publisher
:
dma
[
Graph Drawing
]
Bezier
DL : 0
用OpenGL的工具,绘制出Bezier曲线,并且通过键盘可以调节曲线的参数-Use OpenGL tools, draw Bezier curves, and the keyboard can be adjusted through the parameters of curve
Update
: 2025-02-19
Size
: 1.59mb
Publisher
:
yang
[
OpenGL program
]
Bezier
DL : 0
OPENGL下画贝塞尔曲线 一款十分便捷的画贝塞尔曲线的程序-OPENGL drawing Bezier curves under a very convenient procedure for drawing Bezier curves
Update
: 2025-02-19
Size
: 8kb
Publisher
:
liu
[
OpenGL program
]
nurbs
DL : 0
opengl绘制nurbs曲线曲面 新建文档.txt:nurbs曲线的说明 what is~.txt:msdn关于nurbs曲线函数的说明 nurbs绘制.cpp:自己做的画nurbs曲线的程序,可以拖动点 cpp1.cpp:nurbs曲线,网上的实例 cpp2.cpp:nurbs曲面,也是网上的实例 bezier.cpp:画bezier曲线的程序-opengl rendering nurbs curves and surfaces New Document. txt: nurbs curve description of what is ~. txt: msdn on nurbs curve nurbs mapping function description. cpp: own paintings nurbs curve procedure, you can drag points cpp1.cpp: nurbs curve, on-line examples cpp2.cpp: nurbs surface, but also examples of online bezier.cpp: Bezier curve drawing procedure
Update
: 2025-02-19
Size
: 13kb
Publisher
:
zn
[
OpenGL program
]
Beizer
DL : 0
Bezier Curve / Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See SceneFileFormat.txt for scene file instructions.-Bezier Curve/Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See SceneFileFormat.txt for scene file instructions.
Update
: 2025-02-19
Size
: 273kb
Publisher
:
josephlin0922
[
OpenGL program
]
Bezier
DL : 0
OpenGL下通过鼠标动态绘制三次Bezier曲线 程序介绍: 第一次鼠标左键down点为0控制节点, 按住左键移动动态移动确定1控制节点, 第二次鼠标左键down点3控制节点,按住左键移动,确定2控制节点。-OpenGL dynamically through the mouse three times a Bezier curve drawing. program Description: The first time the left mouse button down point 0 control node, hold down the left-moving dynamic movement to determine a control node, the second time the left mouse button down points,3 control node, hold down the Left movement, determine the two control node.
Update
: 2025-02-19
Size
: 13kb
Publisher
:
不清楚
[
Other
]
2D_BezierCurve
DL : 0
繪製2D Bezier曲線的範例程式, 以簡單的Icon鍵切換繪圖/清除, 使用OpenGL函式庫-It s a example that can draw 2D-Bezier curve, Implemented by OpenGL API
Update
: 2025-02-19
Size
: 4.95mb
Publisher
:
YiChen-Chen
[
OpenGL program
]
curve
DL : 0
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, rotation operation
Update
: 2025-02-19
Size
: 10kb
Publisher
:
dragon
[
OpenGL program
]
Bezier
DL : 0
OpenGL三次贝塞尔曲线绘制,交互式的绘制图形,源码与详细注释。-OpenGL cubic Bezier curve drawing, interactive rendering graphics, source code and detailed comments.
Update
: 2025-02-19
Size
: 243kb
Publisher
:
郝晓婷
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.