karl- / pb_Stl

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

Importing STL from Fusion 360 results in gigantic mesh #20

Closed paulstraw closed 3 years ago

paulstraw commented 3 years ago

Hi there, thanks for this tool, it'll be super useful for my workflow. I'm wondering about the dimensions of imported files. I've got a 6 meter diameter ring exported from Fusion, but it's absolutely massive in-game. Here's the imported ring with a 1 meter cube inside for scale. The ring had to be scaled down to 0.0005 on all axes to get it to this size - everything is scaled up 1000x compared to Fusion. Is this expected behavior?

ring around a cube

paulstraw commented 3 years ago

Ah, solved it. For anyone else that sees this, I had Fusion units set to mm, and this plugin expects m. I just changed this under document settings, exported again, and it's working as expected.