mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 10:34:41 +00:00
added texture action in menu render
This commit is contained in:
parent
17b856cd99
commit
7240bbabc0
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user