Beams and Lasers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (laser)
Line 6: Line 6:
*[[env_laser]] — Laser with optional end sprite & sparks at the end
*[[env_laser]] — Laser with optional end sprite & sparks at the end
===External links===
===External links===
* [http://www.sourcemapping.org/akg/tutorials/wiseLaser.asp A little fun with env_beam]
* [http://www.sdknuts.com/tutorials/wiseLaser.asp A little fun with env_beam]

Revision as of 16:00, 25 July 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