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.
最近接法で CCSprite をスケーリングしたい。しかし、 sprite.scale を設定するだけでスケーリングがぼやけます(バイリニアか何かだと思います)
では、スケーリングの方法を変更するにはどうすればよいでしょうか。それは可能ですか?
これを試して:
[sprite.texture setAliasTexParameters];
これは、テクスチャを使用しているすべてのスプライトに影響することに注意してください。