Преглед изворни кода

GLTFLoader: Method chainable .setDRACOLoader

Takahiro пре 7 година
родитељ
комит
1e943ba791
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/js/loaders/GLTFLoader.js

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

@@ -72,6 +72,7 @@ THREE.GLTFLoader = ( function () {
 		setDRACOLoader: function ( dracoLoader ) {
 
 			this.dracoLoader = dracoLoader;
+			return this;
 
 		},