point_camera_ortho is a point entity available in (HL2) Half-Life 2 with any version of Mapbase.

Orthographic Camera



KeyValues

- Ortho Top (Ortho0) <float>
The ortho's top dimension. Will be FOV if 0.
- Ortho Bottom (Ortho1) <float>
The ortho's bottom dimension. Will be a negative version of the top if 0.
- Ortho Left (Ortho2) <float>
The ortho's left dimension. Will be the top if 0.
- Ortho Right (Ortho3) <float>
The ortho's right dimension. Will be a negative version of the left if 0.
- Ortho Enabled (IsOrtho) <choices>
Sets whether this camera is orthographic. This is for when you want to toggle ortho mode via input.

Inputs

- SetOrthoEnabled <bool>
Changes camera's FOV over time
- SetOrthoTop <string>
Changes the top ortho over time
- SetOrthoBottom <string>
Changes the bottom ortho over time
- SetOrthoLeft <string>
Changes the left ortho over time
- SetOrthoRight <string>
Changes the right ortho over time