Fixed computeLocalTransform to generate correct orientation of local coordinate
frame.
This commit is contained in:
@@ -49,7 +49,7 @@ CoordinateFrame CoordinateSystemNode::computeLocalCoordinateFrame(double X, doub
|
||||
}
|
||||
else
|
||||
{
|
||||
return Matrixd();
|
||||
return Matrixd::translate(X,Y,Z);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user