Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ destroyCamera
Method
destroyCamera
radiantcore/camera/CameraManager.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void CameraManager::destroyCamera(const ICameraView::Ptr& camera)
37
{
38
_cameras.remove(camera);
39
}
40
41
void CameraManager::focusAllCameras(const Vector3& position, const Vector3& angles)
42
{
Callers
2
~CamWnd
Method · 0.80
TEST_F
Function · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected