浏览代码

GLTFExporter: Replace QUESTION with TODO

Takahiro 7 年之前
父节点
当前提交
91fe0ea721
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/exporters/GLTFExporter.js

+ 1 - 1
examples/js/exporters/GLTFExporter.js

@@ -448,7 +448,7 @@ THREE.GLTFExporter.prototype = {
 		 */
 		 */
 		function processImage( map ) {
 		function processImage( map ) {
 
 
-			// @QUESTION Needs image cache for the case where two different textures share the same image?
+			// @TODO Cache
 
 
 			if ( ! outputJSON.images ) {
 			if ( ! outputJSON.images ) {