mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 23:35:13 -06:00
Ported TriangleMesh->scale
This commit is contained in:
parent
a0bd152243
commit
515d5707c9
5 changed files with 22 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue