Lighting: Difference between revisions
Jump to navigation
Jump to search
m (→See also: fixed link) |
|||
Line 7: | Line 7: | ||
*[[point_spotlight]] — a moveable spotlight glow, with optional dynamic light | *[[point_spotlight]] — a moveable spotlight glow, with optional dynamic light | ||
*[[env_sun]] — visual effect of the sun in the sky; does not actually provide light | *[[env_sun]] — visual effect of the sun in the sky; does not actually provide light | ||
*[[npc_spotlight]] — a spotlight that's also an [[NPC]] | |||
==Notes== | ==Notes== |
Revision as of 20:00, 25 October 2005
Entities
- light — a simple omni-directional light
- light_environment — light from the sky
- light_spot — a stationary spotlight
- 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)
- point_spotlight — a moveable spotlight glow, with optional dynamic light
- env_sun — visual effect of the sun in the sky; does not actually provide light
- npc_spotlight — a spotlight that's also an NPC
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