Pārlūkot izejas kodu

Merge pull request #11958 from dhritzkiv/patch-16

Re-add "accessors" as mesh dependency
Mr.doob 8 gadi atpakaļ
vecāks
revīzija
035847f807
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 ) {