Loading src/TriangleMesh.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1269,7 +1269,8 @@ void ActiveMesh::RenderMask_filo(i3d::Image3d<i3d::GRAY16>& mask,const unsigned //a word of warning for the user if (filoMesh.ID.size() == 0) std::cout << "WARN: NOT RENDERING filopodium ID " << idx << "\n"; std::cout << "WARN: NOT RENDERING filopodium ID " << color << " (was loaded as ID " << idx << ")\n"; for (unsigned int i=0; i < filoMesh.ID.size()/3; ++i) { Loading Loading
src/TriangleMesh.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1269,7 +1269,8 @@ void ActiveMesh::RenderMask_filo(i3d::Image3d<i3d::GRAY16>& mask,const unsigned //a word of warning for the user if (filoMesh.ID.size() == 0) std::cout << "WARN: NOT RENDERING filopodium ID " << idx << "\n"; std::cout << "WARN: NOT RENDERING filopodium ID " << color << " (was loaded as ID " << idx << ")\n"; for (unsigned int i=0; i < filoMesh.ID.size()/3; ++i) { Loading