[062] Pixel Transform

[14h] reasearch into nearest neighbour search

[Jun 08] 04h - Controls
[Jun 09] 08h - AA Shader
[Jun 10] 02h - Organize

# Pixel Jitter
    # not too noticable on movement (smaller world? vs viewport)
    # noticable when rotating textures
    # very noticable when scaling textures

# AA Sampling [youtu.be/2JbhkZe22bE]
    # does nothing to "Nearest" filter
    # only applies to "Linear" filter

    # add padding, to apply filter at edges
    # removes scaling jitter
    # smoother rotated textures
    
[Shift]  toggle Linear filter
[Ctrl]   toggle AA Sampling
Published 5 days ago
StatusReleased
PlatformsHTML5
AuthorQuietGodot
Made withGodot

Leave a comment

Log in with itch.io to leave a comment.