MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / constructView

Method constructView

test/Selection.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 virtual void constructView(render::View& view, const AABB& objectAABB) override
472 {
473 algorithm::constructCenteredOrthoview(view, objectAABB.getOrigin());
474 }
475};
476
477class CameraViewSelectionTest :

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected