Beams and Lasers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (laser)
Line 5: Line 5:
*[[env_beam]] — A visible beam between two points
*[[env_beam]] — A visible beam between two points
*[[env_laser]] — Laser with optional end sprite & sparks at the end
*[[env_laser]] — Laser with optional end sprite & sparks at the end
===External links===
* [http://www.sourcemapping.org/akg/tutorials/wiseLaser.asp A little fun with env_beam]

Revision as of 06:57, 16 May 2006

Template:Abstract mapping

Mapping

Beams and Lasers can be added to the map to interact with its environment and add to the scenery.

Entities

  • env_beam — A visible beam between two points
  • env_laser — Laser with optional end sprite & sparks at the end

External links