]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - regression_tests/q3map2/decal_misalignment/README.txt
Merge remote-tracking branch 'ttimo/master'
[xonotic/netradiant.git] / regression_tests / q3map2 / decal_misalignment / README.txt
1 DESCRIPTION OF PROBLEM:
2 =======================
3
4 The info_null in the map for the decal is not 100% below the center of the
5 decal itself, because to be totally below it would have to lie on half-units.
6 So, the info_null lies almost directly below the center of the decal.  In
7 this particular case, all kinds of bad things happen to the decal.  For one,
8 during compiling we get warnings like this:
9
10   Bad texture matrix! (B) (50.512253, -49.515625) != (50.484375, -49.515625)
11   Bad texture matrix! (C) (48.723190, -49.522587) != (48.695312, -49.515625)
12   Bad texture matrix! (B) (48.723186, -49.522587) != (48.695312, -49.515625)
13
14 If you look at where the decal (it's just a blue translucent tile texture)
15 meets the far wall, it's clearly not aligned correctly.  The tile on the decal
16 and the tile on the wall should align perfectly, and it's quite a bit off.