资源列表
Graphics-comprehensive-experiment
- 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
Byangtiao
- OpenGL用二次或三次B样条或Bezier曲线算法生成曲线。-OpenGL B-spline curves or Bezier curve algorithm used to generate two or three times.
Bezier
- 用二次或三次B样条或Bezier曲线算法生成曲线。-Generated by a quadratic curve or a cubic B-spline or Bezier curve algorithm.
Sutherland_Hodgman
- 实验四 编程实现Cohen-Sutherland线段裁剪算法或者Sutherland-Hodgman多边形裁剪算法 对各种情况进行测试,验证算法实现的完整性 -Experiments four programming Cohen-Sutherland line clipping algorithm or Sutherland-Hodgman polygon clipping algorithms for testing a variety of situations, to ver
Cohen_Sutherland
- 实验四 编程实现Cohen-Sutherland线段裁剪算法或者Sutherland-Hodgman多边形裁剪算法 对各种情况进行测试,验证算法实现的完整性 -Experiments four programming Cohen-Sutherland line clipping algorithm or Sutherland-Hodgman polygon clipping algorithms for testing a variety of situations, to ver
Transformation
- 计算机图形学,实现几何变换,旋转、平移、放大、缩小-Computer graphics, geometric transformations to achieve, rotate, pan, zoom
BoundaryFill4
- 实验二 (选做)种子填充算法 (选做)扫描线算法 -Experiment two (Optional) seed filling algorithm (Optional) scan line algorithm
FloodFill4
- 实验二 (选做)种子填充算法 (选做)扫描线算法 -Experiment two (Optional) seed filling algorithm (Optional) scan line algorithm
Bresenham
- 实验一 用Bresenham算法绘制直线要求: 1、程序适用各种直线情况,包括水平线,垂直线 2、尝试在高、低两个分辨率下绘制,比较效果 -Experiment a straight line drawn with Bresenham algorithm requirements: 1, the program for a variety of straight, including horizontal, vertical line 2, try to draw in high
Gardern1
- 此代码是上海交通大学计算机图形学 肖双久老师的课程作业的代码,此功能是实现窗口菜单等功能-This code is the code Shanghai Jiaotong University Computer Graphics Shaw Shuangjiu teacher coursework, and this function is to achieve the Window menu and other functions
OpenGL_NeHe_part_five
- Nehe 个人网站上OpenGL的源代码,其中是lesson37至lesson48的部分。-openGL codes for Nehe
OpenGL_NeHe_part_four
- Nehe 个人网站上OpenGL的源代码,其中是lesson28至lesson36的部分。-openGL codes for Nehe