Live2d Test Env
摘要: #include <gl/glut.h> //正方形的位置和大小 GLfloat x1 = 100.0f; GLfloat y1 = 150.0f; GLsizei rsize = 50; //正方形运动变化的步长 GLfloat xstep = 1.0f; GLfloat ystep = 1.0f 阅读全文
posted @ 2019-06-28 11:09 nimphy 阅读(218) 评论(0) 推荐(0) 编辑