You might be interested in some code I wrote to write the image meta data for Facebook/Flickr etc. directly via JavaScript when you save the image instead of using something external like exiftool.<p>I capture scenes from Second Life and let you view them using three.js - I added an option to export an equirectangular image that has the embedded meta-data I mentioned so you can upload it directly to Facebook etc. and it;ll work.<p>Example here: <a href="http://callumprentice.github.io/apps/360_snapshot_viewer/index.html" rel="nofollow">http://callumprentice.github.io/apps/360_snapshot_viewer/ind...</a> - click on the "twirly arrow" icon at the top :)<p>Code is here: <a href="https://github.com/callumprentice/callumprentice.github.io/tree/master/apps/360_snapshot_viewer" rel="nofollow">https://github.com/callumprentice/callumprentice.github.io/t...</a>
I'm continually amazed at the things you can do with three.js. It's such a robust library, and to me, it's the empitome of open source JS done right. Keep up the good work.
Amazing what webgl can do, my computer is still an absolute piece of crap I was only able to capture like 7 frames in the span of a few minutes trying to get something to happen.