Invisible Textures

From Valve Developer Community
Revision as of 06:40, 15 April 2009 by MooseBoi (talk | contribs) (New page: Only by constant testing did I find the problem of flickering invisible to visible textures. Its cause, is having too many "clipped" brushes having the same texture causing a sort of corru...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Only by constant testing did I find the problem of flickering invisible to visible textures. Its cause, is having too many "clipped" brushes having the same texture causing a sort of corruption in the compiled bsp. Try deleting as many clipped brushes as possible and make then more simple by just having a cube rather than smoothed edges.