mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 03:19:06 -07: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