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

Method SetTarget

ZEngine/src/PerspectiveCamera.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 void PerspectiveCamera::SetTarget(const Maths::Vector3& target) {
14 Camera::SetTarget(target);
15 UpdateCoordinateVectors();
16 UpdateViewMatrix();
17 }
18
19
20 void PerspectiveCamera::SetPosition(const Maths::Vector3& position) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected