Adding default model

This commit is contained in:
Matt Keeter 2014-03-14 21:49:07 -04:00
parent 9bce01a717
commit c2d07bc40c
4 changed files with 7 additions and 2 deletions

View file

@ -8,6 +8,7 @@ App::App(int argc, char *argv[]) :
QApplication(argc, argv), window(new Window())
{
window->show();
window->load_stl(":gl/sphere.stl");
}
bool App::event(QEvent* e)