1 parent 8f17655 commit f8836b1Copy full SHA for f8836b1
1 file changed
public/coacd.cpp
@@ -9,8 +9,8 @@ namespace coacd {
9
void RecoverParts(vector<Model> &meshes, vector<double> bbox,
10
array<array<double, 3>, 3> rot) {
11
for (int i = 0; i < (int)meshes.size(); i++) {
12
- meshes[i].Recover(bbox);
13
meshes[i].RevertPCA(rot);
+ meshes[i].Recover(bbox);
14
}
15
16
0 commit comments