2
0
Эх сурвалжийг харах

GLTFLoader: Method chainable .setDRACOLoader

Takahiro 7 жил өмнө
parent
commit
1e943ba791

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

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