We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a866c59 + aa7cde8 commit 1c7cadcCopy full SHA for 1c7cadc
docs/examples/loaders/GLTFLoader.html
@@ -60,7 +60,7 @@ <h2>Example</h2>
60
gltf.asset; // Object
61
62
},
63
- // called when loading is in progresses
+ // called while loading is progressing
64
function ( xhr ) {
65
66
console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );
0 commit comments