# Computer_Graphics **Repository Path**: jari/Computer_Graphics ## Basic Information - **Project Name**: Computer_Graphics - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-01 - **Last Updated**: 2026-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Computer_Graphics 工程目录 Testforopengl 第3、4章测试程序:画线、画点、多边形填充、顶点数组、位图函数、字符函数、执行显示表 Chapter4Example1 示例程序1:直方图、折线图 Chapter4Example2 示例程序2:中点算法构造饼图 Chapter4Example3 示例程序3:蜗形线,心形线,螺旋线 Chapter4WinReshapeFunc OpenGL显示窗口重定形函数 Chapter5Example1 OpenGL点、线、面、字符属性、询问函数、属性组 Chapter6Example1 Bresenham算法、DDA算法、中点圆(椭圆)算法、保持对象的几何属性 Chapter7Example1 二维基础变换 Chapter7Example2 OpenGL几何变换编程实例 Chapter8Example1 OpenGL二维观察程序 Chapter8Example2 二维观察函数 Chapter8Example3 Cohen-Sutherland线段裁剪算法、梁友栋-Barsky 线段裁剪算法 Chapter8Example4 使用双缓存和空闲回调实现帧动画 Chapter8Example5 习题8.6 旋转动画 + 裁剪 Chapter8Example6 Nichols-Lee-Nicholl(NLN)线段裁剪算法 Chapter8Example7 Suther-Hodgman多边形裁剪算法 Chapter9Example1 三维复合变换 Chapter9Example2 OpenGL几何变换编程实例1 Chapter9Example3 OpenGL几何变换编程实例2 Chapter10Example1 OpenGL三维观察程序实 Chapter12Example1 OpenGL动画子程序 Chapter13Example1 GLUT 规则多面体函数 Chapter13Example2 OpenGL二次曲面和三次曲面函数 Chapter13Example3 使用GLUT和GLU二次曲面函数的程序示例 Chapter14Example1 Bézier曲线生成程序示例 Chapter14Example2 OpenGL的Bézier样条曲线函数 Chapter14Example3 OpenGL的Bézier样条曲面函数 Chapter14Example4 GLU的B样条曲线函数:三次Bézier曲线 Chapter14Example5 GLU曲面裁剪函数示例