glBindTexture(GL_TEXTURE_2D, myTexturePointer[0]); glBegin(GL_QUADS); glVertex2f(<positioning parameters>); glVertex3f(1.0f, 1.0f, -1.0f);
確定! 回上一頁