CompileDetail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{subpage|[[Material map compile flags]]}}
Flags the any brushes using this material as [[contents flags|CONTENTS_DETAIL]]. In other words, the brush will function as a {{ent|func_detail}}.
Flags the any brushes using this material as [[contents flags|CONTENTS_DETAIL]]. In other words, the brush will function as a {{ent|func_detail}}.
{{note|Detail contents will be stripped if part of an entity, to prevent {{cmd|r_drawfuncdetail}} from hiding entity brushes.}}
{{note|Detail contents will be stripped if part of an entity, to prevent {{cmd|r_drawfuncdetail}} from hiding entity brushes.}}

Revision as of 13:11, 3 August 2024

Flags the any brushes using this material as CONTENTS_DETAIL. In other words, the brush will function as a func_detail.

Note.pngNote:Detail contents will be stripped if part of an entity, to prevent r_drawfuncdetail from hiding entity brushes.