mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 22:44:15 +02:00
fix by source false colorization
This commit is contained in:
parent
2742e723e0
commit
80967e6941
1 changed files with 5 additions and 2 deletions
|
@ -311,9 +311,12 @@ Menu::Menu() :
|
|||
appInstance->getVoxels(),
|
||||
SLOT(falseColorizeOccludedV2()));
|
||||
|
||||
addActionToQMenuAndActionHash(renderDebugMenu, MenuOption::FalseColorBySource, Qt::CTRL | Qt::SHIFT | Qt::Key_S);
|
||||
addActionToQMenuAndActionHash(renderDebugMenu,
|
||||
MenuOption::FalseColorBySource,
|
||||
0,
|
||||
appInstance->getVoxels(),
|
||||
SLOT(falseColorizeBySource()));
|
||||
|
||||
// renderDebugMenu->addAction("FALSE Color By Source", this, SLOT(doFalseColorizeBySource()), Qt::CTRL | Qt::SHIFT | Qt::Key_S);
|
||||
|
||||
addActionToQMenuAndActionHash(renderDebugMenu, MenuOption::ShowTrueColors, Qt::CTRL | Qt::Key_T);
|
||||
|
||||
|
|
Loading…
Reference in a new issue