Why STL? I'd wager OBJ is a much more common interchange format for 3D models.
STL File Viewing
21–30 of 66 posts
Re: STL File Viewing
#22Cool, it works pretty well. Next step: support Wavefront's .OBJ files.
Re: STL File Viewing
#23Only a matter of time before someone writes a service hook for automatic 3-D printing of a model after each push.... That or Thingiverse integration.
Re: STL File Viewing
#24https://github.com/tibbon/my-3d-models/blob/master/me-in-3d....
Re: STL File Viewing
#25I remember a few years ago Collada was quite the popular 3D file format. What are the latest trends in that field now?
Different fields. Collada was for 3D graphics (and I don't know what's going on in that field). STL is for manufacturing. STL has long been popular for commercial FDMs and CNC machines, and it is also what hobbyists use for their FDMs ("3D printers").
Re: STL File Viewing
#26Strange- I just pushed an STL file from a Lynx camera that was taken of me at SXSW and it won't view. Any ideas what's wrong? https://github.com/tibbon/my-3d-models/blob/master/me-in-3d....
Re: STL File Viewing
#27Strange- I just pushed an STL file from a Lynx camera that was taken of me at SXSW and it won't view. Any ideas what's wrong? https://github.com/tibbon/my-3d-models/blob/master/me-in-3d....
A better error message would go a long way here :)
Re: STL File Viewing
#28Strange- I just pushed an STL file from a Lynx camera that was taken of me at SXSW and it won't view. Any ideas what's wrong? https://github.com/tibbon/my-3d-models/blob/master/me-in-3d....
Your file is 11MB :(
Re: STL File Viewing
#29Yo github... while you're bothering, here are some other things that would be handy: * Visual STL diffs, maybe by coloring deleted/added triangles. Possibly with a viewer on gh-pages or on the /:username/:reponame/commits/:branchname endpoint? * DXF sucks, but yeah DXF rendering. * Maybe consider thingiview.js (which does not use WebGL) or possibly a WebGL equivalent viewer. Controlled rotation, zooming, camera repos…
GrabCAD is about as close to this as you get as far as implementing solid CAD stuff.
Re: STL File Viewing
#30I remember a few years ago Collada was quite the popular 3D file format. What are the latest trends in that field now?