------------------------------------------------------------------------------
| 522 | |
| 523 | //------------------------------------------------------------------------------ |
| 524 | void GeometryViewer::Start() |
| 525 | { |
| 526 | std::cout << __func__ << std::endl; |
| 527 | this->P->Renderer->ResetCamera(); |
| 528 | this->P->Window->Render(); |
| 529 | this->P->Interactor->Start(); |
| 530 | } |
| 531 | |
| 532 | //------------------------------------------------------------------------------ |
| 533 | void GeometryViewer::Halt() |