karl- / pb_Stl

STL import/export for Unity, supporting both ASCII and Binary.
MIT License
179 stars 43 forks source link

STL Export Left2Right Method fix #10

Closed suzannahsmith1 closed 5 years ago

suzannahsmith1 commented 5 years ago

Fixed issue where STL was not actually getting converted to right handed coordinates during export.

I was having the issue that when I exported and re-imported a mesh, the orientation was incorrect. See below for a simple example of my issue. stl_export_bug_edited

This pull request should fix the issue.

PS. Thanks for this easy-to-use library! Makes life a lot easier for me.