Texture filtering smoothes textures

Post Reply
User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

Texture filtering smoothes textures

by neko259 » Post

If I enable any type of filtering, textures are smoothed very much even if I stand in front of the block and it fits the whole game window.

User avatar
Kalabasa
Member
Posts: 37
Joined: Tue Jan 06, 2015 17:36
GitHub: Kalabasa
IRC: Kalabasa
In-game: Kalabasa

Re: Texture filtering smoothes textures

by Kalabasa » Post

That's the purpose of texture filtering - smoothen textures.
insert signature here

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: Texture filtering smoothes textures

by Calinou » Post

This is intended, it is supposed to be used with high-resolution textures (64² at least, 128² recommended).

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

Re: Texture filtering smoothes textures

by neko259 » Post

Calinou wrote:This is intended, it is supposed to be used with high-resolution textures (64² at least, 128² recommended).
What for? Just shoothing the texture is not related to filtering at all.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: Texture filtering smoothes textures

by Calinou » Post

neko259 wrote:What for? Just shoothing the texture is not related to filtering at all.
Texture filtering is texture smoothing. Look at other games.

Try using mip-mapping and nothing else.

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

Re: Texture filtering smoothes textures

by neko259 » Post

Calinou wrote:Texture filtering is texture smoothing. Look at other games.

Try using mip-mapping and nothing else.
I began this discussion exactly because I saw filtering in other games, particularly minecraft that has the same resolution textures. There is filtering there and no smoothing (at least it is not visible).
I use mipmapping already and it does not provide far textures filtering. If you enable all viewing range, you see great texture noise.

RTB2011
Member
Posts: 12
Joined: Sun Jan 25, 2015 02:11
In-game: RTB2011

Re: Texture filtering smoothes textures

by RTB2011 » Post

Minecraft only uses mipmapping, unless you are running optifine or something such.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Texture filtering smoothes textures

by rubenwardy » Post

RTB2011 wrote:Minecraft only uses mipmapping, unless you are running optifine or something such.
I have a feeling that you don't know what you're talking about.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

Re: Texture filtering smoothes textures

by neko259 » Post

RTB2011 wrote:Minecraft only uses mipmapping, unless you are running optifine or something such.
Mipmapping is not related to filtering at all. It is just a method to use different textures for different resolution and object sizes.

RTB2011
Member
Posts: 12
Joined: Sun Jan 25, 2015 02:11
In-game: RTB2011

Re: Texture filtering smoothes textures

by RTB2011 » Post

I have a feeling that you don't know what you're talking about.
As someone who has reverse engineered a large portion of the minecraft core, yes, I do know what I am talking about.

Granted, I've been out of it since 1.5 (not the horse update, beta), but I know as of then at least there was zilch anisotropic filtering. Maybe it uses Trilinear, in the backend, but a quick glance at it now shows no signs of settings for anisotropic anyways.

you are correct mipmapping is not related to texture filtering from a technical standpoint (though mipmapping DOES reduce aliasing artifacts). I'm just pointing out minecraft has very little graphics functions in it's backend. What it does have is some decently made texture packs that work around this rather well.

You can FORCE AF and AA in minecraft via either mods or some graphics drivers, but that's all I'm aware of.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Texture filtering smoothes textures

by rubenwardy » Post

This is Minetest though. We don't have optifine.

EDIT: I misread. I apologise. Should always notice Minecraft over Minetest
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests