Browse Source

GLTFExporter: Replace QUESTION with TODO

Takahiro 7 years ago
parent
commit
91fe0ea721
1 changed files with 1 additions and 1 deletions
  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 ) {