Point viewproxy
Jump to navigation
Jump to search
Entity description
A special kind of point_viewcontrol that allows the player to move, with the camera duplicating the movement of the player.
This was used in the intro of the single player campaign in portal 2 to separate the player view geometry from the player collision geometry while still allowing the player to move in the moving room.

Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- 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.
Flags
- 1 : Start At Player
Inputs
- Enable
- Enable the point_viewproxy, and start controlling the player's view.
- Disable
- Disable the point_viewproxy, and stop controlling the player's view.