[375] Same UDMF parameters leads to different results

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
Geometer
Posts: 38
Joined: Wed Jul 16, 2008 18:42
Location: Russia, Saint-Petersburg

[375] Same UDMF parameters leads to different results

Post by Geometer »

I have noticed that in some cases sectors with the same UDMF parameters represented in different ways in software and hardware modes.

Look at screenshots:

Software mode:
Spoiler:
Hardware mode:
Spoiler:
Floor texture is scaled to a second, and then shifted by 32 px along X and Y axes. But you see that it rendered differently in various modes.

There is the piece of TEXTMAP code, that contains information about this sector:

Code: Select all

sector
{
  heightfloor = 0;
  heightceiling = 128;
  texturefloor = "FLAT22";
  textureceiling = "FLOOR0_1";
  lightlevel = 192;
  xpanningfloor = 32.000;
  xscalefloor = 2.000;
  ypanningfloor = 32.000;
  yscalefloor = 2.000;
}
 
Also I have attached original file, that contains the map.
Attachments
udmf_bug.wad
The map which illustrates the different representation of a floor texture in different modes.
(2.17 KiB) Downloaded 39 times
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: [375] Same UDMF parameters leads to different results

Post by Graf Zahl »

Fixed. This is the first map I have seen that uses both flat scaling and offsetting so I never noticed I got the order wrong.
Locked

Return to “Closed Bugs”