Texture mapping bugs [DUPLICATE]

Locked
User avatar
Ferital
Posts: 282
Joined: Thu Apr 05, 2018 8:01 am

Texture mapping bugs [DUPLICATE]

Post by Ferital »

There is a problem with some tavern pillar textures UV coordinates. I used the last Unity build from November 2018, with no mods enabled.

To see this go the King's Fairy in Daggerfall.

DFUnity:
DFU_Tavern.png
DFU_Tavern.png (761.91 KiB) Viewed 1902 times
Classic:
DFClassic_Tavern.png
DFClassic_Tavern.png (37.7 KiB) Viewed 1902 times
Attachments
DFClassic_Tavern.png
DFClassic_Tavern.png (37.7 KiB) Viewed 1902 times
Last edited by Ferital on Sat Feb 02, 2019 2:47 pm, edited 1 time in total.

User avatar
Ferital
Posts: 282
Joined: Thu Apr 05, 2018 8:01 am

Re: Bad tavern pillar textures mapping

Post by Ferital »

Another texture mapping problem, this time in a dungeon room. I checked against classic to be sure this wasn't a problem with the original UV coordinates.
DFU-Ruins of the old Hawkston Shack.png
DFU-Ruins of the old Hawkston Shack.png (577.83 KiB) Viewed 1787 times
The room is quite common, I attached a DFU savegame whith a character in the location where I saw the problem.
save.zip
(119.49 KiB) Downloaded 108 times

User avatar
pango
Posts: 3357
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: Texture mapping bugs

Post by pango »

More stretched textures
Attachments
Screenshot.jpg
Screenshot.jpg (101.41 KiB) Viewed 1739 times
Screenshot.jpg
Screenshot.jpg (106.96 KiB) Viewed 1739 times
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
Interkarma
Posts: 7242
Joined: Sun Mar 22, 2015 1:51 am

Re: Texture mapping bugs

Post by Interkarma »

This one is a duplicate of this report. The same UV conversion issue is behind the stretching and repeating textures (except where problem is also present in classic).

At this time, I don't have a more reliable method of converting DF's UV coordinates across all models. If someone more mathematically proficient is able to improve this, it would be most welcome. :)

User avatar
Ferital
Posts: 282
Joined: Thu Apr 05, 2018 8:01 am

Re: Texture mapping bugs [DUPLICATE]

Post by Ferital »

Ha sorry, I looked for a similar issue before posting mine but I didn't find this one :)

I will try to investigate the problem though I'm not sure I will help a lot there.

User avatar
Ferital
Posts: 282
Joined: Thu Apr 05, 2018 8:01 am

Re: Texture mapping bugs [DUPLICATE]

Post by Ferital »

I submitted a PR which hopefully fixes most texture issues, though I couldn't fix the tavern pillar...

Locked