Skip to content

Commit

Permalink
CLOiSim-2.2.0
Browse files Browse the repository at this point in the history
fix unremoved method
  • Loading branch information
hyunseok-yang authored Apr 11, 2021
1 parent dddf63c commit 5a80076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/Core/SphericalCoordinates.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2020 LG Electronics Inc.
*
* SPDX-License-Identifier: MIT
Expand Down
8 changes: 0 additions & 8 deletions Assets/Scripts/Tools/SDF/Helper/Helper.Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ public void Reset()
}
}

public void SetArticulationBody()
{
if (_poseControl != null)
{
_poseControl.SetArticulationBody();
}
}

public void SetPose(in UE.Vector3 position, in UE.Quaternion rotation)
{
AddPose(position, rotation);
Expand Down

0 comments on commit 5a80076

Please sign in to comment.