Beams and Lasers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (sdk nuts link commented out)
m (Added link to WiseLaser ported from sdknuts)
Line 8: Line 8:
*[[env_laser]] — Laser with optional end sprite & sparks at the end
*[[env_laser]] — Laser with optional end sprite & sparks at the end


<!-- SDK nuts has closed. When (and if) this tutorial is ported onto the VDC, please link to it instead!
== Articles ==
===External links===
* [[wiseLaser]] - A little fun with [[env_beam]]
* [http://www.sdknuts.net/akg/tutorials/wiseLaser.asp A little fun with env_beam]
-->

Revision as of 15:22, 14 February 2008

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

Articles