diff --git a/xs/xsp/TriangleMesh.xsp b/xs/xsp/TriangleMesh.xsp index 1af74c7f1..4499aaa18 100644 --- a/xs/xsp/TriangleMesh.xsp +++ b/xs/xsp/TriangleMesh.xsp @@ -17,7 +17,7 @@ void repair(); float volume(); void WriteOBJFile(std::string output_file); - + void scale(float factor); void scale_xyz(Pointf3* versor) %code{% THIS->scale(*versor); %};