你好我试图使纹理能够在2D的PyOpenGL中工作。到目前为止,我的纹理代码如下: def tex(path): img = pygame.image.load(path) img.convert_alpha() ...
確定! 回上一頁