CPointCamera
Jump to navigation
Jump to search
Overview[edit | edit source]
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[edit | edit source]
- CBaseEntity
- CPointCamera
SendProps[edit | edit source]
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[edit | edit source]
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 |