Point devshot camera
From Valve Developer Community
This point-based entity is available in all Source games.
[edit]
Entity Description
An entity used by the -makedevshots system, which automatically takes screenshots at the position of every devshot camera in the level.
In code it is represented by class CPointDevShotCamera (http://doxygen.page.needed/class_c_point_dev_shot_camera.html), defined in point_devshot_camera.cpp (http://doxygen.page.needed/point__devshot__camera_8cpp-source.html).
[edit]
Keyvalues
- Pitch Yaw Roll (Y Z X)
- This entity's angular orientation in the world (also used for angular effect entities).
- 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.
