Can't disable texture filtering on 3d sprites

Godot Version

4.2.1

Question

How do I disable texture filtering on 3D objects? I’ve tried everything I can but I just get a blurry mess.

For pixel art sprites you can go to Sprite3D > SpriteBase3D > Flags > Texture filter and change that to “Nearest”

1 Like