MCPcopy Create free account
hub / github.com/carbonengine/trinity / UpdateExternal

Method UpdateExternal

trinity/Eve/VirtualCamera/EveVirtualCamera.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void 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
322const std::string& EveVirtualCamera::GetName() const
323{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected