Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
OpenGL mouse to rotate, moving objects
4.0
//#include"Qua.h"; #include<GLglut.h> #include<iostream> using std::cout; using std::endl; void DrawCube( int * a, int * b, int * level ) { glPolygonMode( GL_FRONT_AND_BACK, GL_LINE ); glLineWidth(1.0f); glEnable( GL_LINE_STIPPLE ); glLineStipple(1, 0x0F0F);
203090523sy
2016-08-23
0
1
No more~