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.
当我将模型添加到我的内容并运行程序时,我收到以下错误
无效的纹理。face 0 的大小为 522X360 ,但使用 DXT 压缩格式的纹理必须是四的倍数
谁能帮助我?提前致谢
答案正是它所说的:纹理图像的尺寸不是四的倍数(理想情况下应该是二的幂) - 只需调整纹理图像的大小。
将宽度和高度都设置为 512 以获得最佳效果。(使用像 GIMP 这样的图像编辑器而不是 MSPaint 来获得看起来不奇怪的干净比例)