Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 Opengl 画了一个wireSphere。然后我给它添加了纹理。它显示在这台机器上。但我没有在另一台机器上显示纹理。它只显示没有纹理的线球。
检查它不工作的机器是否具有 OpenGL 扩展 GL_ARB_texture_non_power_of_two,并检查您的纹理是否具有非两倍宽度或高度的幂。较旧的硬件不支持尺寸不是 2 次方的纹理。