AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkImage.MinificationFilter Property

Sets the filter for textures when the texture is smaller than the screen space it is displayed in.

Syntax
Pascal
property MinificationFilter: TAgkImageFilter;

The default value is TAgkApplication.DefaultMinificationFilter. You can use ifNearest, which will appear blocky, or ifLinear (default), which will look blurry. When the image matches the screen space exactly then both filters will look the same. When there is a slight difference, nearest tends to be sharper, but may flicker as it changes pixel choice.

Copyright (c) 2012. All rights reserved.