Naming Lights: Difference between revisions
Jump to navigation
Jump to search
TheFixer333 (talk | contribs) (Created page with 'Light entities that have targetnames require VRAD to compile a second lightmap "page" for all surfaces that the emitted light touches. This will typically not harm runtime perfor…') |
TomEdwards (talk | contribs) (Don't copy text: link to it in its original location. That way it only needs to be updated once.) |
||
Line 1: | Line 1: | ||
{{deletebecause|Obsolete}} | |||
Light entities that have targetnames require VRAD to compile a second lightmap "page" for all surfaces that the emitted light touches. This will typically not harm runtime performance, but will increase compile time and BSP filesize. Also, in and effort to reduce lightmap pages, VRAD will not bounce light off surfaces for named lights, which can look very crude. If too many lights, or sets of named lights are present in an area, VRAD can become overloaded. This usually happens in the latter, where the number of pages needed increases exponentially as each set of named lights increases. For best practice, lights that will switch on and off together should have the same name. | Light entities that have targetnames require VRAD to compile a second lightmap "page" for all surfaces that the emitted light touches. This will typically not harm runtime performance, but will increase compile time and BSP filesize. Also, in and effort to reduce lightmap pages, VRAD will not bounce light off surfaces for named lights, which can look very crude. If too many lights, or sets of named lights are present in an area, VRAD can become overloaded. This usually happens in the latter, where the number of pages needed increases exponentially as each set of named lights increases. For best practice, lights that will switch on and off together should have the same name. |
Revision as of 14:48, 18 July 2009
Light entities that have targetnames require VRAD to compile a second lightmap "page" for all surfaces that the emitted light touches. This will typically not harm runtime performance, but will increase compile time and BSP filesize. Also, in and effort to reduce lightmap pages, VRAD will not bounce light off surfaces for named lights, which can look very crude. If too many lights, or sets of named lights are present in an area, VRAD can become overloaded. This usually happens in the latter, where the number of pages needed increases exponentially as each set of named lights increases. For best practice, lights that will switch on and off together should have the same name.