Пример #1
0
void Window::updateScene()
{
    scene_->update(0.0f);
    paintGl();
}
Пример #2
0
void OpenGLWindow::update()
{
    paintGl();
}