Textures overlap in WC/Hammer editor 3D veiw: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎top: clean up, added orphan tag)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category: Compile Errors]]
{{Orphan|date=January 2024}}
 
If you have this problem in WC/Hammer, the only known solutions are to change your display size or to reduce your .wad files in WC to 1 or 2. (the problem seems to start with 3 wads or more.)
If you have this problem in WC/Hammer, the only known solutions are to change your display size or to reduce your .wad files in WC to 1 or 2. (the problem seems to start with 3 wads or more.)


Overlapping textures can be caused by intersecting brushes, as well, so make sure there aren't two different brushes at the same coordinates.
Overlapping textures can be caused by intersecting brushes, as well, so make sure there aren't any [[Wikipedia:coplanarity|coplanar]] brush faces.
 
[[Category: Compile errors]]

Latest revision as of 10:17, 21 January 2024

If you have this problem in WC/Hammer, the only known solutions are to change your display size or to reduce your .wad files in WC to 1 or 2. (the problem seems to start with 3 wads or more.)

Overlapping textures can be caused by intersecting brushes, as well, so make sure there aren't any coplanar brush faces.