How to disable this thing?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
mitras1
Posts: 10
Joined: Mon Jan 29, 2024 8:02 am

How to disable this thing?

Post by mitras1 »

Image
It really hurts my eyes
mitras1
Posts: 10
Joined: Mon Jan 29, 2024 8:02 am

Re: How to disable this thing?

Post by mitras1 »

Nvm, you can disable it if you set material flag EMF_USE_MIP_MAPS to false
CuteAlien
Admin
Posts: 9644
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: How to disable this thing?

Post by CuteAlien »

Hm, mip-maps are usually good. Try setting AnisotropicFilter to 16 and enable TrilinearFilter for your texture layer in SMaterial. Both are off by default.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
mitras1
Posts: 10
Joined: Mon Jan 29, 2024 8:02 am

Re: How to disable this thing?

Post by mitras1 »

CuteAlien wrote: Sat Mar 09, 2024 11:12 am Hm, mip-maps are usually good. Try setting AnisotropicFilter to 16 and enable TrilinearFilter for your texture layer in SMaterial. Both are off by default.
I can't use TrilinearFilter because of art style but AnisotropicFilter made it perfect. Thanks! :D
Noiecity
Posts: 92
Joined: Wed Aug 23, 2023 7:22 pm
Contact:

Re: How to disable this thing?

Post by Noiecity »

Interesting, I didn't know what could be disabled, I like the filters since my eyes hurt without them
**
If you are looking for people with whom to develop your game, even to try functionalities, I can help you, free and in an anonymous way if necessary. You can send me a private message.

https://www.artstation.com/noiecty
**
Post Reply