Texture2D.Filter
枚举
The texture filter mode
索引
LINEAR
NEAREST
Details
LINEAR
The constant variable equals gl.LINEAR for texture
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/textures/CCTexture2D.js:171 |
NEAREST
The constant variable equals gl.NEAREST for texture
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/textures/CCTexture2D.js:178 |