You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use this convenient method to load a file at the given URL. By default the fileLoader uses an ArrayBuffer.
187
196
*
188
-
* @param {string} url A string containing the path/URL of the file to be loaded.
197
+
* @param {string} url A string containing the path/URL of the file to be loaded.
189
198
* @param {callback} onLoad A function to be called after loading is successfully completed. The function receives loaded Object3D as an argument.
190
199
* @param {callback} [onProgress] A function to be called while the loading is in progress. The argument will be the XMLHttpRequest instance, which contains total and Integer bytes.
191
200
* @param {callback} [onError] A function to be called if an error occurs during loading. The function receives the error as an argument.
0 commit comments