#include#include#include"glut.h"voidinit(){glClearColor(0.0,0.0,0.0,0.0);glMatrixMode(GL_PROJECTION);gluOrtho2D(0.0,400,0.0,300.0);}voiddrawTurbine(){//drawthetowerglBegin(GL_LINES);glColor3f(1.0,1.0,1.0);glVertex2f(160,40);glVertex2f(163,180);glVertex2f(160,40);glVertex2f(175,40);glVertex2f(175