【问题标题】:Does a SKTexture from a SKTextureAtlas support the mipmap feature?SKTextureAtlas 中的 SKTexture 是否支持 mipmap 功能?
【发布时间】:2014-02-26 12:36:52
【问题描述】:

来自苹果文档: “如果纹理的两个维度都是 2 的幂,则只能请求 mipmap。”

但是,尚不清楚来自 SKTextureAtlas 的 SKTexture 是否也支持此功能(因为它们本质上有点不同)。

我问这个问题是因为实际上很难从结果中看出是否有任何东西被 mipmap 了。

【问题讨论】:

    标签: sprite-kit mipmaps sktexture sktextureatlas


    【解决方案1】:

    首先,来自 SKTextureAtlas 的 SKTexture 不支持 mipmapping。其次,有时 mipmapping 甚至不适用于常规的 SKTexture,它在很大程度上取决于它如何嵌套在节点结构中。

    【讨论】:

      猜你喜欢
      • 2018-09-21
      • 2013-09-16
      • 2013-09-25
      • 2015-11-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多