This is the code I have to read the file. It reads in the vertices, colour and polygons.



#include <Windows.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include "glut.h"
#include <fstream>...