Skip to content

Instantly share code, notes, and snippets.

View vakili73's full-sized avatar

Vahid Vakili vakili73

  • @wenexo
  • Iran, Kerman
View GitHub Profile
#include <iostream>
#include <stdlib.h>
#include <GL/glut.h>
using namespace std;
void drawfunc(void);
void myglinit(void);
char *easel;
@vakili73
vakili73 / Source.cpp
Last active November 1, 2015 11:32
Opengl Lab
#include <iostream>
#include <math.h>
#include <GL\glut.h>
using namespace std;
// Global Variable
int X1 = 0;
int X2 = 0;
int Y1 = 0;