じろうの公開メモ

自分用のメモ置き場です

setFiltering

setFiltering

public void setFiltering(int levelFilter,
int imageFilter)
Selects the filtering mode for this Texture2D. The available filtering modes are defined in the class description. Note that this setting is only a hint -- implementations may ignore it and choose a filtering method at their own discretion.

Parameters:
levelFilter - filtering between mipmap levels
imageFilter - filtering within a mipmap level
直訳:このTexture2Dのためにフィルタリングモードを選択します。 利用可能なフィルタリングモードはクラス記述で定義されます。 この設定がヒントにすぎないことに注意してください--実現は、一存でそれを無視して、フィルタリングメソッドを選ぶかもしれません。

そして、これはヒントのヒントにすぎない