AA introduces texture artifacts

For gameplay advice and broader discussion of single-player Unreal including custom maps, mods and mutations that alter the game.

Moderators: Semfry, ividyon

Post Reply
User avatar
Diego96
Skaarj Lord
Skaarj Lord
Posts: 164
Joined: 13 Apr 2014, 19:36
Location: South 'Merica

AA introduces texture artifacts

Post by Diego96 »

Having used these settings for quite a while with D3D9

Code: Select all

NoAATiles=True
NumAASamples=4
UseAA=True
I found that they were actually messing with my screenshots and I kept assuming it was because of DX9 or the mod I was using. Turns out antialiasing is not very well implemented. Disabling it fixes the issue.
Image
Image

I'm now pretty much forced to use FXAA through the same injector. You guys should check it out if you were using AA.
M'nali
User avatar
Sat42
Skaarj Elder
Skaarj Elder
Posts: 1030
Joined: 14 Jul 2013, 16:42

Re: AA introduces texture artifacts

Post by Sat42 »

I don't have this problem now but used to have it with my older PC - indeed I now systematically use FXAA and those immersion breaking artifacts ("edges") are now consigned to history :)

Thanks for pointing out the actual issue! I didn't know why it got better when I changed graphics card... :P
Nali: Magic or Telekinesis
Waffnuffly wrote: It's tarydium-doped smoothies. Drunk by the player, I mean. The player is tripping balls. The whole game actually takes place in a large city and the player thinks he's on an alien world.
gopostal
Skaarj Lord
Skaarj Lord
Posts: 152
Joined: 01 Aug 2008, 06:35

Re: AA introduces texture artifacts

Post by gopostal »

That's a texture clamping issue. AA just sharpens that edge and so you see it. Skyboxes are notorious for showcasing them. That's why mappers cheat by moving the texture 1 unit in overlap.
User avatar
Sat42
Skaarj Elder
Skaarj Elder
Posts: 1030
Joined: 14 Jul 2013, 16:42

Re: AA introduces texture artifacts

Post by Sat42 »

gopostal wrote:That's a texture clamping issue. AA just sharpens that edge and so you see it. Skyboxes are notorious for showcasing them. That's why mappers cheat by moving the texture 1 unit in overlap.
Thanks for clarifying gopostal! :) That's a cool trick actually, but with FXAA on the issue resolves itself. I am very happy about that as I attach a lot of importance to the immersion factor provided by a skybox :tup:
Nali: Magic or Telekinesis
Waffnuffly wrote: It's tarydium-doped smoothies. Drunk by the player, I mean. The player is tripping balls. The whole game actually takes place in a large city and the player thinks he's on an alien world.
Post Reply