| 469 | } |
| 470 | |
| 471 | virtual void constructView(render::View& view, const AABB& objectAABB) override |
| 472 | { |
| 473 | algorithm::constructCenteredOrthoview(view, objectAABB.getOrigin()); |
| 474 | } |
| 475 | }; |
| 476 | |
| 477 | class CameraViewSelectionTest : |
nothing calls this directly
no test coverage detected