Package | flash.display3D |
Class | public final class Context3DTextureFilter |
Inheritance | Context3DTextureFilter ![]() |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.6, AIR 3.6 |
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ANISOTROPIC16X : String = "anisotropic16x" [static]
Use anisotropic filter with radio 16 when upsampling textures
| Context3DTextureFilter | ||
ANISOTROPIC2X : String = "anisotropic2x" [static]
Use anisotropic filter with radio 2 when upsampling textures
| Context3DTextureFilter | ||
ANISOTROPIC4X : String = "anisotropic4x" [static]
Use anisotropic filter with radio 4 when upsampling textures
| Context3DTextureFilter | ||
ANISOTROPIC8X : String = "anisotropic8x" [static]
Use anisotropic filter with radio 8 when upsampling textures
| Context3DTextureFilter | ||
LINEAR : String = "linear" [static]
Use linear interpolation when upsampling textures
(gives a smooth, blurry look). | Context3DTextureFilter | ||
NEAREST : String = "nearest" [static]
Use nearest neighbor sampling when upsampling textures
(gives a pixelated, sharp mosaic look). | Context3DTextureFilter |
Constant Detail
ANISOTROPIC16X | Constant |
public static const ANISOTROPIC16X:String = "anisotropic16x"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 14.0, AIR 14.0 |
Use anisotropic filter with radio 16 when upsampling textures
ANISOTROPIC2X | Constant |
public static const ANISOTROPIC2X:String = "anisotropic2x"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 14.0, AIR 14.0 |
Use anisotropic filter with radio 2 when upsampling textures
ANISOTROPIC4X | Constant |
public static const ANISOTROPIC4X:String = "anisotropic4x"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 14.0, AIR 14.0 |
Use anisotropic filter with radio 4 when upsampling textures
ANISOTROPIC8X | Constant |
public static const ANISOTROPIC8X:String = "anisotropic8x"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 14.0, AIR 14.0 |
Use anisotropic filter with radio 8 when upsampling textures
LINEAR | Constant |
public static const LINEAR:String = "linear"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.6, AIR 3.6 |
Use linear interpolation when upsampling textures (gives a smooth, blurry look).
NEAREST | Constant |
public static const NEAREST:String = "nearest"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.6, AIR 3.6 |
Use nearest neighbor sampling when upsampling textures (gives a pixelated, sharp mosaic look).
Thu Dec 4 2014, 05:50 PM -08:00