|
@@ -33,7 +33,7 @@
|
|
|
[page:String objUrl] — required. URL to the <em>.obj</em> resource<br />
|
|
|
[page:String mtlUrl] — required. URL to the <em>.mtl</em> resource<br />
|
|
|
[page:Function onLoad] — Will be called when both resources load complete. The argument will be the loaded [page:Object3D].<br />
|
|
|
- [page:Function onProgress] — Will be called while both load progress. The argument will be the XmlHttpRequest instance, that contain .[page:int total] and .[page:int loaded] bytes.<br />
|
|
|
+ [page:Function onProgress] — Will be called while both load progress. The argument will be the XmlHttpRequest instance, that contain .[page:Integer total] and .[page:Integer loaded] bytes.<br />
|
|
|
[page:Function onError] — Will be called when load errors.<br />
|
|
|
</div>
|
|
|
<div>
|