|
@@ -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 ) {
|
|
|
|
|