| 312 | } |
| 313 | |
| 314 | void EveVirtualCamera::UpdateExternal( Vector3 position, Vector3 pointOfInterest, float fov, float roll ) |
| 315 | { |
| 316 | m_position = position; |
| 317 | m_pointOfInterest = pointOfInterest; |
| 318 | m_fov = fov; |
| 319 | m_roll = roll; |
| 320 | } |
| 321 | |
| 322 | const std::string& EveVirtualCamera::GetName() const |
| 323 | { |