Point devshot camera: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Robot: fixing template case.)
Line 8: Line 8:


==Keyvalues==
==Keyvalues==
*{{kv angles}}
*{{KV Angles}}
*'''cameraname'''
*'''cameraname'''
:<string> Used as the name of the directory to store screenshots from this camera. Must be unique within the level.
:<string> Used as the name of the directory to store screenshots from this camera. Must be unique within the level.
*'''FOV'''
*'''FOV'''
:<integer> FOV of this camera.
:<integer> FOV of this camera.

Revision as of 19:42, 19 January 2009

Template:Wrongtitle Template:Base point

Entity Description

An entity used by the -makedevshots system, which automatically takes screenshots at the position of every devshot camera in the level.

Template:In code

Keyvalues

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
  • cameraname
<string> Used as the name of the directory to store screenshots from this camera. Must be unique within the level.
  • FOV
<integer> FOV of this camera.