loadomain

博客园 首页 新随笔 联系 订阅 管理

2013年12月1日 #

摘要: 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, 阅读全文
posted @ 2013-12-01 09:46 loadomain 阅读(331) 评论(0) 推荐(0) 编辑