1. 首页
  2. 课程学习
  3. C++/C
  4. opengl橡皮筋

opengl橡皮筋

上传者: 2019-02-25 05:41:05上传 SLN文件 1.43KB 热度 38次
#include "stdafx.h" #include #include #include #define stripeImageWidth 32 GLubyte stripeImage[4 * stripeImageWidth]; #ifdef GL_VERSION_1_1 static GLuint texName; #endif void makeStripeImage(void) { int j; for (j = 0; j < stripeImageWidth; j++) { stripeImage[
用户评论