Invisible Textures: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{cleanup}}
{{pov}}
Only by constant testing did I find the problem of flickering invisible to visible textures. Its cause, is having too many "clipped" brushes causing a sort of corruption in the compiled bsp.(By "clipped" i mean using the Clipping Tool)
Only by constant testing did I find the problem of flickering invisible to visible textures. Its cause, is having too many "clipped" brushes causing a sort of corruption in the compiled bsp.(By "clipped" i mean using the Clipping Tool)



Revision as of 12:57, 4 February 2011

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
Broom icon.png
This article or section should be converted to third person to conform to wiki standards.

Only by constant testing did I find the problem of flickering invisible to visible textures. Its cause, is having too many "clipped" brushes causing a sort of corruption in the compiled bsp.(By "clipped" i mean using the Clipping Tool)

  • Try deleting as many clipped brushes as possible and make then more simple by just having a cube rather than smoothed edges.

or

  • Turn these clipped objects into a func_brush actually fixes this problem. Making then func_detail's can cause some problems like T junction compile errors, so stick to the func_brush's.


This is an example of invisible textures.