Lighting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 4: Line 4:
*[[light_spot]] — a stationary spotlight
*[[light_spot]] — a stationary spotlight
*[[light_dynamic]] — a combination point light and spotlight that can be moved, turned, and adjusted
*[[light_dynamic]] — a combination point light and spotlight that can be moved, turned, and adjusted
*[[env_particlelight]] — only lights particles (such as those produced by [[env_smokestack]])


==Notes==
==Notes==

Revision as of 19:55, 25 October 2005

Entities

Notes

  • Naming a light makes it more expensive. Only name lights when you need to. Multiple lights sharing the same name cheaper than lights with seperate names.
  • light_dynamic is especially expensive, and will not even show up on some systems

See also