|
@@ -76,7 +76,7 @@
|
|
|
[page:String url] - A string containing the path/URL of the <em>.obj</em> file.<br>
|
|
|
[page:Function onLoad] - A function to be called after loading is successfully completed. The function receives loaded [page:Object3D] as an argument.<br>
|
|
|
[page:Function onProgress] - (optional) A function to be called while the loading is in progress. The argument will be the XMLHttpRequest instance, which contains [page:Integer total] and [page:Integer loaded] bytes.<br>
|
|
|
- [page:Function onError] - (optional) A function to be called if an error occurrs during loading. The function receives the error as an argument.<br>
|
|
|
+ [page:Function onError] - (optional) A function to be called if an error occurs during loading. The function receives the error as an argument.<br>
|
|
|
[page:Function onMeshAlter] - (optional) A function to be called after a new mesh raw data becomes available for alteration.<br>
|
|
|
[page:boolean useAsync] - (optional) If true, uses async loading with worker, if false loads data synchronously.
|
|
|
</div>
|