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

Method constructView

test/Selection.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 }
485
486 virtual void constructView(render::View& view, const AABB& objectAABB) override
487 {
488 algorithm::constructCameraView(view, objectAABB, Vector3(0, 0, -1), Vector3(-90, 0, 0));
489 }
490};
491
492// --------- Brush with one-sided material -----

Callers

nothing calls this directly

Calls 1

constructCameraViewFunction · 0.85

Tested by

no test coverage detected