mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:29:50 +02:00
fix true colorization of voxels
This commit is contained in:
parent
80967e6941
commit
b4da77028b
1 changed files with 5 additions and 3 deletions
|
@ -317,10 +317,12 @@ Menu::Menu() :
|
||||||
appInstance->getVoxels(),
|
appInstance->getVoxels(),
|
||||||
SLOT(falseColorizeBySource()));
|
SLOT(falseColorizeBySource()));
|
||||||
|
|
||||||
|
addActionToQMenuAndActionHash(renderDebugMenu,
|
||||||
|
MenuOption::ShowTrueColors,
|
||||||
|
Qt::CTRL | Qt::Key_T,
|
||||||
|
appInstance->getVoxels(),
|
||||||
|
SLOT(trueColorize()));
|
||||||
|
|
||||||
addActionToQMenuAndActionHash(renderDebugMenu, MenuOption::ShowTrueColors, Qt::CTRL | Qt::Key_T);
|
|
||||||
|
|
||||||
// renderDebugMenu->addAction("Show TRUE Colors", this, SLOT(doTrueVoxelColors()), Qt::CTRL | Qt::Key_T);
|
|
||||||
|
|
||||||
addCheckableActionToQMenuAndActionHash(debugMenu, MenuOption::LowPassFilter);
|
addCheckableActionToQMenuAndActionHash(debugMenu, MenuOption::LowPassFilter);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue