Texture filtering smoothes textures

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

Texture filtering smoothes textures

by neko259 » Sun Jan 18, 2015 18:25

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: 34
Joined: Tue Jan 06, 2015 17:36
GitHub: Kalabasa
IRC: Kalabasa
In-game: Kalabasa

Re: Texture filtering smoothes textures

by Kalabasa » Wed Jan 21, 2015 14:43

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

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: Texture filtering smoothes textures

by Calinou » Wed Jan 21, 2015 18:08

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

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

Re: Texture filtering smoothes textures

by neko259 » Sat Jan 24, 2015 18:14

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
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: Texture filtering smoothes textures

by Calinou » Sat Jan 24, 2015 18:58

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: 769
Joined: Sun Jun 19, 2011 06:51

Re: Texture filtering smoothes textures

by neko259 » Sat Jan 24, 2015 19:23

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 » Sun Jan 25, 2015 02:26

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

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Texture filtering smoothes textures

by rubenwardy » Sun Jan 25, 2015 14:03

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.
 

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

Re: Texture filtering smoothes textures

by neko259 » Sun Jan 25, 2015 14:05

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 » Tue Jan 27, 2015 02:55

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
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Texture filtering smoothes textures

by rubenwardy » Tue Jan 27, 2015 08:36

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

EDIT: I misread. I apologise. Should always notice Minecraft over Minetest
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 1 guest

cron