摘要:
1 #pragma comment(lib,"glut32.lib") 2 #pragma comment(lib,"glut.lib") 3 #pragma comment(lib,"GlU32.lib") 4 #include 5 #include 6 //use vertex_array way to draw primitives 7 //globle variable 8 //立方体八个定点的三维数据坐标 9 GLfloat VertexData[] = { 10 -0.5f, -0.5f, -0.5f, 11 0.5f, 阅读全文
2013年12月1日 #