Skip to content

Commit

Permalink
Added display lists for cubes
Browse files Browse the repository at this point in the history
added toggle key for shadows
  • Loading branch information
Krishna committed Mar 30, 2010
1 parent 5f61234 commit c600a4e
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 63 deletions.
1 change: 1 addition & 0 deletions appwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ AppWindow::AppWindow()
m_menu_drawMode.items().push_back(MenuElem("_Translucency", Gtk::AccelKey("u"), sigc::mem_fun(m_viewer, &Viewer::toggleTranslucency ) ) );
m_menu_drawMode.items().push_back(MenuElem("_Move Light Source", Gtk::AccelKey("l"), sigc::mem_fun(m_viewer, &Viewer::toggleMoveLightSource ) ) );
m_menu_drawMode.items().push_back(MenuElem("Motion _Blur", Gtk::AccelKey("m"), sigc::mem_fun(m_viewer, &Viewer::toggleMotionBlur ) ) );
m_menu_drawMode.items().push_back(MenuElem("_Draw Shadow", Gtk::AccelKey("d"), sigc::mem_fun(m_viewer, &Viewer::toggleShadows ) ) );

m_menu_drawMode.items().push_back(CheckMenuElem("_Enable Sound", Gtk::AccelKey("s"), sound_slot ));

Expand Down
Loading

0 comments on commit c600a4e

Please sign in to comment.