Skip to content

Commit c860d9e

Browse files
committed
All the spheres, color red means good viewpoint
1 parent 293c51d commit c860d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainModuleController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ void MainModuleController::on_measureInViewpointSphereList_currentIndexChanged(i
699699

700700
if( pValue < mViewpointMeasures.size() )
701701
{
702-
colors = Tools::ConvertFloatsToColors(mViewpointMeasures.at(pValue)->GetValues(), false);
702+
colors = Tools::ConvertFloatsToColors(mViewpointMeasures.at(pValue)->GetValues(), !mViewpointMeasures.at(pValue)->IsMaximumBest());
703703
}
704704
for( int i = 0; i < colors.size(); i++ )
705705
{

0 commit comments

Comments
 (0)