Pan support (LMB + RMB) Blender navigation

This commit is contained in:
triplus 2016-03-20 20:24:17 +01:00
parent c2bf2d0daa
commit aebcea070c

View File

@ -345,9 +345,9 @@ SbBool BlenderNavigationStyle::processSoEvent(const SoEvent * const ev)
else
newmode = NavigationStyle::SELECTION;
break;
//case BUTTON1DOWN|BUTTON3DOWN:
// newmode = NavigationStyle::PANNING;
// break;
case BUTTON1DOWN|BUTTON2DOWN:
newmode = NavigationStyle::PANNING;
break;
case SHIFTDOWN|BUTTON3DOWN:
newmode = NavigationStyle::PANNING;
break;