Skip to content
Snippets Groups Projects
Commit 4bd43bc0 authored by Marco Biasini's avatar Marco Biasini
Browse files

added element and bfactor to picking status message

parent efe2e4b8
No related branches found
No related tags found
No related merge requests found
......@@ -438,7 +438,8 @@ bool Entity::OnSelect(const geom::Line3& line, geom::Vec3& result,
std::ostringstream os;
os << GetName() << ": " << sel.GetQualifiedName() << " "
<< sel.GetPos();
<< sel.GetPos() << " (ele=" << sel.GetElement() << ", bfactor="
<< sel.GetBFactor() << ")";
Scene::Instance().StatusMessage(os.str());
if(!pick_flag) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment