Texture.setSmooth

Enable or disable the smooth filter. * When the filter is activated, the texture appears smoother so that pixels are less noticeable. However if you want the texture to look exactly the same as its source file, you should leave it disabled. The smooth filter is disabled by default. *

class Texture
void
setSmooth
(
bool smooth
)

Parameters

smooth
Type: bool

true to enable smoothing, false to disable it

Meta