Some questions about the settings

User avatar
GingerHunter797
Member
 
Posts: 144
Joined: Sun Oct 13, 2013 15:36
In-game: GingerHunter797

Some questions about the settings

by GingerHunter797 » Thu Apr 17, 2014 00:19

There are many settings that I do not know why they are there for. Can someone please explain them?

First of all I would like to know what middle column is there for(mip-mapping, Anisotropic Filtering, Bi and Tri-Linear Filtering) Bi and Tri linear filtering makes the game look ugly and mip mapping and anosotropic filtering I cant tell a difference of when they are on or off.

Second, Preload visual items. It makes my game load faster when it is off but what does it do?

Third, Finite Liquid. Is this supposed to make the water look more realistic?

Fourth, Bumpmapping and Parallax Occlusion. I have no idea why these are here.

Thank all of you for any answers in advance! I appreciate it! :)
http://i.imgur.com/gqXXUaI.png

3DS Friend Code: 2122-7173-2797
Add me as a friend! :D

Want to play a fun game? http://voxelands.com/
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Apr 17, 2014 00:39

For Anisotropic, Bi- & Trilinear filtering and mip-mapping just search in wikipedia.

Preload item visuals disables the generation of inventory images at startup. It does it on-demand, which means you'll notice a longer delay when opening an inventory with not-yet generated images.

Finite liquid is poorly implemented and you shouldn't use it.

Bumpmapping only works if the texture pack you use has bumpmaps; the default texture pack doesnt have bumpmaps, and it only makes sense for 256px+. Parallax occulusion mapping does something with bumpmaps too.
Last edited by PilzAdam on Thu Apr 17, 2014 00:40, edited 1 time in total.
 

User avatar
hoodedice
Member
 
Posts: 1372
Joined: Sat Jul 06, 2013 06:33

by hoodedice » Thu Apr 17, 2014 08:11

For the graphical settings in the middle, you should enable them one by one, and see if you like them. I personally just use Mip-mapping.

For shaders, if you have a newer build, you'll see an option called 'Generate Bumpmaps' This will allow you to use bumpmaps on texture packs that don't have bumpmap support. Parallax occlusion mapping increases or decreases the amount of bumping to a texture depending on how you look at it.

For finite, it plays good only if you do not have a waterfall. Long story short, it's kinda screwy atm, and don't use it.
7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build
 

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

by Calinou » Thu Apr 17, 2014 12:34

Bilinear filtering: filters textures so that they are not pixelated, but instead blurred.

Trilinear filtering: avoids pixelation of far away textures.

Anisotropic filtering: avoids blurring of textures seen from some angles. Several levels are available, from 2× to 16×. Minetest doesn't seem to let you change the level used — I also don't know which level is used.

Bump-mappping or normal mapping: adds a "relief" effect based on lighting. Not very useful on Minetest since the light comes from one direction only.

Parallax occlusion mapping: adds a "relief" effect based on some more complex stuff than just lighting. More advanced ways of this exist, such as relief mapping or even tesselation, but these are not used in Minetest and can sometimes be even slower.


Texture filtering in general will not look ugly with high-resolution textures. I suggest not preloading item visuals.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Apr 17, 2014 12:41

Calinou wrote:Anisotropic filtering: avoids blurring of textures seen from some angles. Several levels are available, from 2× to 16×. Minetest doesn't seem to let you change the level used — I also don't know which level is used.

Irrlicht does not specify which level of AF is used.
 

JackGruff
Member
 
Posts: 13
Joined: Sat Sep 21, 2013 21:44

by JackGruff » Fri Apr 18, 2014 13:01

PilzAdam wrote:Finite liquid is poorly implemented and you shouldn't use it.


So why is it even available?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Fri Apr 18, 2014 13:05

JackGruff wrote:
PilzAdam wrote:Finite liquid is poorly implemented and you shouldn't use it.


So why is it even available?

proller added it without asking and nobody cared to remove it since it turned out to be so bad.
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

by twoelk » Fri Apr 18, 2014 13:30

JackGruff wrote:
PilzAdam wrote:Finite liquid is poorly implemented and you shouldn't use it.


So why is it even available?


George Mallory wrote:"Because it's there"
 

proller
Member
 
Posts: 185
Joined: Sat Jan 26, 2013 15:22

by proller » Fri Apr 18, 2014 17:09

press one key to remove finite: https://github.com/minetest/minetest/pull/1235
 


Return to Minetest General

Who is online

Users browsing this forum: Google [Bot] and 8 guests

cron