Invisible Textures: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...)
 
No edit summary
Line 1: Line 1:
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.
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.
*By "clipped" i mean using the Clipping Tool.

Revision as of 06:41, 15 April 2009

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.

  • By "clipped" i mean using the Clipping Tool.