Open GoogleCodeExporter opened 9 years ago
Try adding the marked lines at main()
--->glewExperimental = GL_TRUE;
GLenum err = glewInit();
if (GLEW_OK != err) {
fprintf(stderr, "GLEW Error: %s\n", glewGetErrorString(err));
return 1;
}
SetupRC();
--->ChangeSize(1,1); //see issue #10 for more on this
glutMainLoop();
ShutdownRC();
Original comment by alkin...@gmail.com
on 5 Feb 2011 at 6:40
Original issue reported on code.google.com by
gcana...@gmail.com
on 31 Dec 2010 at 4:25