MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / Initialize

Method Initialize

ZEngine/src/PerspectiveCameraController.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace ZEngine::Controllers {
13
14 void PerspectiveCameraController::Initialize() {
15 m_perspective_camera->SetTarget(m_camera_target);
16 m_perspective_camera->SetPosition(m_position);
17 }
18
19 void PerspectiveCameraController::Update(Core::TimeStep dt) {}
20

Callers

nothing calls this directly

Calls 2

SetTargetMethod · 0.45
SetPositionMethod · 0.45

Tested by

no test coverage detected