[Done]The surface texture is displayed as blurred.

Everything related to 3D programming
User avatar
tft
User
User
Posts: 99
Joined: Mon Dec 29, 2008 9:34 am

[Done]The surface texture is displayed as blurred.

Post by tft »

Today, a question for the ogre species. When a surface turns away, so that it is only half or less visible from the side, the textures are displayed very blurred. This is probably for optimization purposes. How can I turn this off? I remember it was possible. But how??

TFT
Last edited by tft on Mon Jun 17, 2024 5:21 pm, edited 1 time in total.
TFT seid 1989
Aktuelles Projekte : Driving School Evergarden
YouTube : Pure Basic to go
FaceBook : Temuçin SourceMagic Games
DISCORD : SourceMagic
W10 , i9 9900K ,32 GB Ram , GTX Titan , 3 Monitore FHD
ARDUINO Freak :-)
benubi
Enthusiast
Enthusiast
Posts: 220
Joined: Tue Mar 29, 2005 4:01 pm

Re: The surface texture is displayed as blurred.

Post by benubi »

I am not a pro so much but I would try with those functions:

MaterialFilteringMode()
MaterialShadingMode()
SetMaterialAttribute()

Sometimes there are fixed graphics driver settings instead of "let application decide" which could interfere.

Perhaps there could also be Mesh-settings (visibility radius/dynamic LOD) that may cause "problems" that you only notice once your screen resolution & other presets allows them to happen ;)
User avatar
tft
User
User
Posts: 99
Joined: Mon Dec 29, 2008 9:34 am

Re: The surface texture is displayed as blurred.

Post by tft »

Thanks for the info. It was due to MaterialFilteringMode()

THX TFT
TFT seid 1989
Aktuelles Projekte : Driving School Evergarden
YouTube : Pure Basic to go
FaceBook : Temuçin SourceMagic Games
DISCORD : SourceMagic
W10 , i9 9900K ,32 GB Ram , GTX Titan , 3 Monitore FHD
ARDUINO Freak :-)
Post Reply