| 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 ----- |
nothing calls this directly
no test coverage detected