Explorar o código

Added HTMLExporter.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
96e7cf6c1f
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      examples/js/exporters/HTMLExporter.js

+ 17 - 0
examples/js/exporters/HTMLExporter.js

@@ -0,0 +1,17 @@
+/**
+ * @author mrdoob / http://mrdoob.com/
+ */
+
+THREE.HTMLExporter = function () {};
+
+THREE.HTMLExporter.prototype = {
+
+	constructor: THREE.HTMLExporter,
+
+	parse: function ( scene ) {
+
+		return output;
+
+	}
+
+}