From Rene Molenaar, "The bug is as described above:
"The dragger's corner tabs are no longer in the corners." this fix places the cornertabs back in the corners. (the manipulator does not make sense otherwise)."
This commit is contained in:
@@ -148,9 +148,9 @@ osg::Matrix AntiSquish::computeUnSquishedMatrix(const osg::Matrix& LTW, bool& fl
|
||||
|
||||
// Position
|
||||
if (_usePosition)
|
||||
unsquished.postMult(_position);
|
||||
unsquished.postMultTranslate(_position);
|
||||
else
|
||||
unsquished.postMult(_pivot);
|
||||
unsquished.postMultTranslate(_pivot);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user