Beams and Lasers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎External links: fixed sdknuts link)
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.sdknuts.com/tutorials/wiseLaser.asp A little fun with env_beam]
* [http://www.sdknuts.net/akg/tutorials/wiseLaser.asp A little fun with env_beam]

Revision as of 01:08, 2 December 2007

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