CPointCamera: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A camera which outputs its view to the ''_rt_camera'' texture, which can be displayed using materials such as ''dev/dev_tvmonitor1a''. | |||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/point_camera.h /game/server/point_camera.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/point_camera point_camera]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CPointCamera''' | ||
== SendProps == | == SendProps == | ||
Latest revision as of 15:44, 9 March 2023
Overview
A camera which outputs its view to the _rt_camera texture, which can be displayed using materials such as dev/dev_tvmonitor1a.
Source location : /game/server/point_camera.h
Linked Entity : point_camera
Class Structure
- CBaseEntity
- CPointCamera
SendProps
| Name | Type | Description |
|---|---|---|
| m_FOV | Float | |
| m_Resolution | Float | |
| m_bFogEnable | Boolean | |
| m_FogColor | Integer | |
| m_flFogStart | Float | |
| m_flFogEnd | Float | |
| m_flFogMaxDensity | Float | |
| m_bActive | Boolean | |
| m_bUseScreenAspectRatio | Boolean |
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CPointCameraChangeFOVThink | ||
| InputChangeFOV | ||
| InputSetOff | ||
| InputSetOn | ||
| InputSetOnAndTurnOthersOff | ||
| m_DegreesPerSecond | ||
| m_FOV | ||
| m_FogColor | ||
| m_Resolution | ||
| m_TargetFOV | ||
| m_bActive | ||
| m_bFogEnable | ||
| m_bIsOn | ||
| m_bUseScreenAspectRatio | ||
| m_flFogEnd | ||
| m_flFogMaxDensity | ||
| m_flFogStart |