Просмотр исходного кода

GLTFExporter: Replace QUESTION with TODO

Takahiro 8 лет назад
Родитель
Сommit
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 ) {
 
-			// @QUESTION Needs image cache for the case where two different textures share the same image?
+			// @TODO Cache
 
 			if ( ! outputJSON.images ) {
 

粤ICP备19079148号