Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetPosition
Method
SetPosition
ZEngine/src/Light.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void BasicLight::SetPosition(const Maths::Vector3& position) {
30
m_position = position;
31
}
32
33
const Maths::Vector3& BasicLight::GetPosition() const {
34
return m_position;
Callers
6
OnMouseButtonMoved
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Render
Method · 0.45
Initialize
Method · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
1
Render
Method · 0.36