Mac OS X Lion + xCode 4.1 +纹理工具 = 强制 mipmap?

发布于 2024-11-27 04:24:53 字数 204 浏览 2 评论 0原文

升级到 Lion 并重新构建项目后,我注意到 Apple 的纹理工具开始生成 mipmap,尽管我的脚本中没有 -m 标志。我知道 mipmap 有时很有用,通常这是获得它们的方法,但在这个特定的应用程序中我不想要它们。

有谁知道如何关闭它吗?我会接受任何解决方案(包括替换旧版本的库等)。顺便说一句,使用旧 Mac OS 中的纹理工具似乎没有帮助。

提前致谢。

After upgrading to Lion and re-building the project I noticed that Apple's texturetool started to generate mipmaps, although I don't have -m flag in my scripts. I know that mipmaps are useful sometimes and generally it is the way to go to have them, but in this particular app I DO NOT WANT them.

Does anybody know how to switch it off? I would accept any solution (including replacing libraries from older version etc). BTW, using texturetool from old Mac OS doesn't seem to help.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌吟 2024-12-04 04:24:53

我编写了 ac 程序来删除 pvr 的 mipmap,这可以是 Apple 修复它时的解决方法...

我生成 PVR,然后使用该程序剥离 mipmap。
http://dl.dropbox.com/u/7600660/PVRRemoveMipmaps.c

./PVRRemoveMipmaps filename.pvr

编辑:
变更日志:2011 年 9 月 1 日 - 修复了没有 mipmap 的新 PVR 的标头字段 dataLength 中的错误。

I wrote a c program to remove the mipmaps of a pvr, this can be a work-around while Apple fix it...

I generate the PVR, then strip the mipmaps with this program.
http://dl.dropbox.com/u/7600660/PVRRemoveMipmaps.c

./PVRRemoveMipmaps filename.pvr

edit:
changelog: 1/september/2011 - Fixed a mistake in the header field dataLength of the new PVR without mipmaps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文