1.项目名称:GraphicsTest12.实现功能(1)DDA直线画法(2)Bresenham直线算法(3)中点直线算法(4)中点画圆算法3.开发环境IDE:VS2008开发语言:C#操作系统:Vista Home Basic.NET Framework 2.04.运行在GraphicsTest1\GraphicsTest1\bin\Debug中可以GraphicsTest1.exe。
一、 1.Please download and install the glut library. 2.Write a complete program using the following codes to draw a Sierpinski gasket. void myinit() { // attributes glClearColor(1.0,1.0,1.0,1.0); glColor3f(1.0,0.0,0.0); // set up viewing glMatrixMode(