mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Ported TriangleMesh->scale
This commit is contained in:
@@ -102,4 +102,9 @@ TriangleMesh::WriteOBJFile(char* output_file) {
|
||||
stl_write_obj(&stl, output_file);
|
||||
}
|
||||
|
||||
void TriangleMesh::scale(float factor)
|
||||
{
|
||||
stl_scale(&(this->stl), factor);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user