karl- / pb_Stl

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

Mesh Transformation to Unity Coordinate System #8

Closed MartinBischoff closed 6 years ago

MartinBischoff commented 6 years ago

I'm trying to resolve issue https://github.com/karl-/pb_Stl/issues/4 with my modifications in pb_Stl_Importer.cs below. Additionally I try to ensure that the orientation of the STL meshes is maintained in the import.

With the changes in pb_Stl_AssetPostProcessor.cs this STL-importer can also import STL-files with upper- and mixed-case extensions.

I hope you like my modifications. Happy Coding!

karl- commented 6 years ago

Awesome, thanks for contributing!