void GLBox::paintGL() { glClear( GL_COLOR_BUFFER_BIT ); glLoadIdentity(); glTranslatef( 0.0, 0.0, -10.0 ); glScalef( scale, scale, scale ); glRotatef( xRot, ...
確定! 回上一頁