UNPKG

threex

Version:

Game Extensions for three.js http://www.threejsgames.com/extensions/

18 lines (10 loc) 209 B
/** * @author mrdoob / http://mrdoob.com/ */ THREE.HTMLExporter = function () {}; THREE.HTMLExporter.prototype = { constructor: THREE.HTMLExporter, parse: function ( scene ) { return output; } }