搜索资源列表
基于openGL,VC++6.0的贝塞尔曲面
- 用opengl来画贝塞尔曲线和曲面,并且曲面的不同点的颜色均不同。这是一个画贝塞尔曲面的一个很好的例子。
Task1_2
- opengl写的三阶贝塞尔曲线 支持鼠标操作 -opengl written by third-order Bezier curves to support the mouse
texture
- 简单的Opengl纹理贴图,包括球体贴图,柱体贴图,和用贝塞尔曲线画苹果并且贴纹理-Simple Opengl texture mapping, including mapping the sphere, cylinder block, and the use of Bezier curves and paste texture painting Apple
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
NEHEOPENGL
- NeHe OpenGL(中文) OpengGL 入门必备教程 NeHe SDK 创建基本框架 怎样使用SDK 配置对话框 视口和绘制函数 2D字符 纹理 框架结构 教程目录 01:OpenGL窗口 02:多边形 03:添加颜色 04:旋转 05:3D空间 06:纹理映射 07:光照和键盘 08:混合 09:移动图像 10:3D世界 11:飘动的旗帜
CubicSplineAndBezier
- 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI+ code
BiSheXin
- 基于VC++MFC以及openGL实现贝塞尔曲线,B样条曲线,Nurbs曲线的绘制,拖动控制点可以移动曲线-Based on VC++ MFC and achievement of openGL Bezier curves, B-Spline Curves, Nurbs curve drawing, drag the control point can move the curve
Bezier
- OpenGL实现贝塞尔曲线绘制 希望对你有所帮助
28Bezier
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,在OpenGL中实现贝塞尔的效果。 -Using VisualC++ Win32 OpenGL application development of a procedure implemented in OpenGL Bessel effect.
opengl-bezier
- 绘画两条G1连续的贝塞尔曲线 每条20个点以内 鼠标点击绘画 右键表示曲线终止-G1 continuous painting of two 20-point Bezier curves within each painting, right mouse click on that curves terminate
opengl
- 用opengl 实现 绘制一个贝塞尔曲线 完整 代码 用c++ 开发-To achieve draw a Bezier curve complete code development with c++ with opengl
Bezier
- VS2010: sln项目、cpp源码、exe程序 – 利用OpenGL绘制贝塞尔曲线 – 根据输入的点画出贝塞尔曲线 – 交互操作:贝塞尔曲线根据控制点坐标的变化而变化
贝塞尔曲线 C++与OpenGL编码
- 贝塞尔曲线,用C++与OpenGL编写,很简洁同时也很好用
bezier
- opengl贝塞尔曲面,并添加光照和纹理,供学习参考。-opengl Bezier surfaces, and add lighting and textures, for study and reference.
opengl的B样条绘图
- 可实现B样条的绘制各种图形,贝塞尔曲线,coons曲面等等
OPENGL-curves
- opengl实现贝塞尔曲线以及B样条曲线。内容包含VS2010工程,源代码,可执行应用程序。-opengl achieve Bezier curves and B-spline curves. VS2010 project contains the source code, executable application.
Opengl
- 利用函数库画贝塞尔曲线, 手动函数画贝塞尔曲线 画三视图 画圆弧 -opengl draw something
main
- 简单的opengl绘制贝塞尔曲线程序。 我只是想开通服务而已。(a simple opengl program to draw a bezie curve)
贝塞尔曲面
- 利用OpenGL实现简单的Bezier曲面并添加纹理映射(bezier surface based on OpenGL)
三点绘制贝塞尔曲线
- 在平面上用鼠标随机点三个点,绘制贝赛尔曲线,有切线(On the flat surface, three points are randomly selected with the mouse, and the Beckinsale curve is drawn. There is a tangent.)