| 286 | } |
| 287 | |
| 288 | const Viewport MultiViewBase::getViewport(void) const |
| 289 | { |
| 290 | return Viewport(0.0f, 0.0f, (float)_defaultViewResolution.x(), (float)_defaultViewResolution.y()); |
| 291 | } |
| 292 | |
| 293 | void MultiViewBase::addCameraForView(const std::string & name, ICameraHandler::Ptr cameraHandler) |
| 294 | { |
no test coverage detected