------------------------------------------------------------------------------
| 551 | |
| 552 | //------------------------------------------------------------------------------ |
| 553 | void GeometryViewer::SetBackgroundColor2(int r, int g, int b) |
| 554 | { |
| 555 | std::cout << __func__ << '(' << r / 255. << ',' << g / 255. << ',' << b / 255. << ')' |
| 556 | << std::endl; |
| 557 | this->P->Renderer->SetBackground2(r / 255., g / 255., b / 255.); |
| 558 | } |
| 559 | |
| 560 | //------------------------------------------------------------------------------ |
| 561 | void GeometryViewer::SetMouseWheelMotionFactor(float sensitivity) |
no outgoing calls
no test coverage detected