Skip to content
Snippets Groups Projects
Commit 9e77d711 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

support histograms even when we lack color coder functionality

parent f86cb9ea
No related branches found
No related tags found
1 merge request!19Feature int histograms (includes refactoring)
......@@ -161,5 +161,5 @@ OpenMesh::Vec2f PropertyVisualizer::strToVec2f (QString str)
std::unique_ptr<ACG::IColorCoder> PropertyVisualizer::buildColorCoder()
{
throw std::runtime_error("Requested color coder on a Propvis that does not implement it");
return nullptr;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment