#include <CameraController.h>
◆ Type
| Enumerator |
|---|
| INTERNAL | |
| EXTERNAL | |
| SIDEREAL | |
| FLYBY | |
◆ CameraController()
◆ ~CameraController()
| virtual CameraController::~CameraController |
( |
| ) |
|
|
inlinevirtual |
◆ GetName()
| virtual const char * CameraController::GetName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetOrient()
| const matrix3x3d & CameraController::GetOrient |
( |
| ) |
const |
|
inline |
◆ GetPosition()
| vector3d CameraController::GetPosition |
( |
| ) |
const |
|
inline |
◆ GetShip()
| const Ship * CameraController::GetShip |
( |
| ) |
const |
|
inline |
◆ GetType()
| virtual Type CameraController::GetType |
( |
| ) |
const |
|
pure virtual |
◆ IsExternal()
| virtual bool CameraController::IsExternal |
( |
| ) |
const |
|
inlinevirtual |
◆ LoadFromJson()
| virtual void CameraController::LoadFromJson |
( |
const Json & |
jsonObj | ) |
|
|
inlinevirtual |
◆ OnActivated()
| virtual void CameraController::OnActivated |
( |
| ) |
|
|
inlinevirtual |
◆ OnDeactivated()
| virtual void CameraController::OnDeactivated |
( |
| ) |
|
|
inlinevirtual |
◆ Reset()
| void CameraController::Reset |
( |
| ) |
|
|
virtual |
◆ SaveToJson()
| virtual void CameraController::SaveToJson |
( |
Json & |
jsonObj | ) |
|
|
inlinevirtual |
◆ SetOrient()
| void CameraController::SetOrient |
( |
const matrix3x3d & |
orient | ) |
|
|
inline |
◆ SetPosition()
| void CameraController::SetPosition |
( |
const vector3d & |
pos | ) |
|
|
inline |
◆ Update()
| void CameraController::Update |
( |
| ) |
|
|
virtual |
◆ m_camera
The documentation for this class was generated from the following files: