@@ -41,7 +41,7 @@ THREE.VRMLoader = ( function () {
setDRACOLoader: function ( dracoLoader ) {
- this.glTFLoader.setDRACOLoader( dracoLoader );
+ this.gltfLoader.setDRACOLoader( dracoLoader );
return this;
},
@@ -46,7 +46,7 @@ var VRMLoader = ( function () {