Skip to content

Commit

Permalink
checking compiled plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Oct 22, 2024
1 parent 9f75a1e commit e7a5ca3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,8 @@ void ndShapeCompound::ApplyScale(const ndVector& scale)
{
ndNodeBase* const node = iter.GetNode()->GetInfo();
ndShapeInstance* const collision = node->GetShape();
const ndMatrix matrix(collision->GetScaledTransform(scaleMatrix));
//const ndMatrix matrix(collision->GetScaledTransform(scaleMatrix));
const ndMatrix matrix(collision->GetLocalMatrix() * scaleMatrix);
collision->SetLocalMatrix(ndGetIdentityMatrix());
collision->SetGlobalScale(matrix);
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e7a5ca3

Please sign in to comment.