Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ scale
Method
scale
src/Core/Scene/Camera.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void Camera::scale(const double pScale, const Transform::Referential& ref)
42
{
43
this->setSize((m_size.y / 2) * pScale, ref);
44
this->apply();
45
}
46
47
/*void Camera::setAngle(double angle)
48
{
Callers
3
LoadClassCamera
Function · 0.45
LoadClassRect
Function · 0.45
moveTo
Method · 0.45
Calls
2
setSize
Method · 0.95
apply
Method · 0.95
Tested by
no test coverage detected