Problem : NPC Cars appears bad looking, wrongly textured
See the car on the left :
Theory advanced by discord users :
noumi [MOMO], — 5:36 PM
I had issues like that in a bunch of games because I hadn't realized that when MIP mapping is enabled, the texture base pointer points to the 1x1 MIP map rather than the full size texture
so if you don't account for that, it will draw a concoction of MIP maps instead of the full size tex
OriginalDave on discord had the same problem on his emulator and was able to fix it !
Problem : NPC Cars appears bad looking, wrongly textured
See the car on the left :
Theory advanced by discord users :
noumi [MOMO], — 5:36 PM
I had issues like that in a bunch of games because I hadn't realized that when MIP mapping is enabled, the texture base pointer points to the 1x1 MIP map rather than the full size texture
so if you don't account for that, it will draw a concoction of MIP maps instead of the full size tex
OriginalDave on discord had the same problem on his emulator and was able to fix it !