added texture action in menu render

This commit is contained in:
Paolo Cignoni cignoni 2005-12-04 15:25:22 +00:00
parent 17b856cd99
commit 7240bbabc0

View File

@ -24,6 +24,9 @@
History
$Log$
Revision 1.13 2005/12/04 15:25:22 glvertex
added texture action in menu render
Revision 1.12 2005/12/04 14:45:30 glvertex
gla now is a local variable used only if needed
texture button now works properly
@ -452,6 +455,7 @@ void MainWindow::createMenus()
renderModeMenu=renderMenu->addMenu(tr("Render Mode"));
renderModeMenu->addAction(backFaceCullAct);
renderModeMenu->addActions(renderModeGroupAct->actions());
renderModeMenu->addAction(renderModeTextureAct);
lightingModeMenu=renderMenu->addMenu(tr("Lighting"));
lightingModeMenu->addAction(setLightAct);