glEnable(GL_TEXTURE_2D); //now draw the cube glutSolidCube(N);. Doing this I get the texture to apply to the cube but the whole cube gets the color of the first ...
確定! 回上一頁