1

Has a library been released to read .STL files in AS3? It seems to be a common 3d file and i have yet to find any hope in outputting an .STL file in Stage3d.

Forgottn
  • 563
  • 3
  • 11
tripskeet
  • 186
  • 2
  • 12
  • maybe this post can help you: http://automatedchaos.wordpress.com/2011/12/22/ar/ – Ronnie Apr 03 '12 at 18:23
  • Ive seen this one. I couldnt find the FLARToolKit STL support. Im going to look a bit more into it. Otherwise this might be promising : http://forum.alternativaplatform.com/posts/list/2792.page – tripskeet Apr 03 '12 at 22:21
  • yeah that link you posted looks more promising than mine :) – Ronnie Apr 03 '12 at 22:29

1 Answers1

1

I've written just the library you were looking for. You can find it at https://github.com/pranavh/AS3STLViewer

It uses Away3D to display the parsed stl file.

Hope you like it.

Community
  • 1
  • 1
Pranav Hosangadi
  • 23,755
  • 7
  • 44
  • 70