Video:setFilter
 Available since LÖVE 0.10.0  
 This function is not supported in earlier versions. 
Sets the scaling filters used when drawing the Video.
Function
Synopsis
Video:setFilter( min, mag, anisotropy )
Arguments
- FilterMode min
- The filter mode used when scaling the Video down.
- FilterMode mag
- The filter mode used when scaling the Video up.
- number anisotropy (1)
- Maximum amount of anisotropic filtering used.
Returns
Nothing.
 
          
Please login to continue.