Ver Fonte

Merge pull request #11958 from dhritzkiv/patch-16

Re-add "accessors" as mesh dependency
Mr.doob há 8 anos atrás
pai
commit
035847f807
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      examples/js/loaders/GLTF2Loader.js

+ 1 - 0
examples/js/loaders/GLTF2Loader.js

@@ -1772,6 +1772,7 @@ THREE.GLTF2Loader = ( function () {
 
 		return this._withDependencies( [
 
+			'accessors',
 			'materials'
 
 		] ).then( function ( dependencies ) {