Skip to content

Instantly share code, notes, and snippets.

@tgandor
tgandor / scroller
Created March 17, 2015 15:29
StarWars scroller from StackOverflow answer, compilable with G++
#include <cstring>
#include <GL/glut.h>
#include <iostream>
#include <fstream>
using namespace std;
GLfloat UpwardsScrollVelocity = -10.0;
float view=20.0;