Template:Light NameWarning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Simplified warning, greater detail can be given in form of {{Light NameInfo}})
Line 1: Line 1:
{{warning|Lights should not be named unless they will be turned on and off via inputs! Adding targetnames to light entities will create switchable-lights which affect both compile-time and run-time performance. See [[Light#Named_lights]].}}
{{warning|Only lights that have on/off inputs should be named, as doing so complicates lightmap generation.}}

Revision as of 18:43, 18 July 2009

Warning.pngWarning:Only lights that have on/off inputs should be named, as doing so complicates lightmap generation.