Func detail: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{wrongtitle|title=func_detail}} | {{wrongtitle|title=func_detail}} | ||
==Entity Description== | ==Entity Description== | ||
Like all [[brush entities|brush entity]], func_details do not contribute to [[visibility]] calculations. However unlike other entities, func_details do not retain any actual entity data after a [[compile]], and therefore are similar to [[world brushes|world brush]] in every other respect - they are solid (unless materials specify otherwise) and block light just like a normal world brush. Thus, they are ideal for optimizing "visual detail" brushes like columns, debris, fences, or even small buildings. | |||
==Keyvalues== | ==Keyvalues== |
Revision as of 23:26, 30 July 2005
Entity Description
Like all brush entity, func_details do not contribute to visibility calculations. However unlike other entities, func_details do not retain any actual entity data after a compile, and therefore are similar to world brush in every other respect - they are solid (unless materials specify otherwise) and block light just like a normal world brush. Thus, they are ideal for optimizing "visual detail" brushes like columns, debris, fences, or even small buildings.