Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetPosition
Method
SetPosition
ZEngine/src/PerspectiveCameraController.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void PerspectiveCameraController::SetPosition(const Maths::Vector3& position) {
26
m_perspective_camera->SetPosition(position);
27
}
28
29
float PerspectiveCameraController::GetFieldOfView() const {
30
return m_camera_fov;
Callers
1
Initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected