OBJLoader2_V250 documentation update
@@ -375,6 +375,15 @@
<p>
Set the content of this resource
</p>
+
+ <h3>[method:null setResourcePath] ( [param:String resourcePath] )</h3>
+ <p>
+ [page:String resourcePath] - URL
+ </p>
+ Allows to specify resourcePath for dependencies of specified resource.
<br>
@@ -123,6 +123,15 @@
<h3>[method:null setStreamMeshesTo] ( [param:Object3D streamMeshesTo] )</h3>
[page:Object3D streamMeshesTo] - Object already attached to scenegraph where new meshes will be attached to
@@ -188,7 +188,7 @@ THREE.LoaderSupport.ResourceDescriptor.prototype = {
},
/**
- * Allow to specify resourcePath for dependencies of specified resource.
+ * Allows to specify resourcePath for dependencies of specified resource.
* @param {string} resourcePath
*/
setResourcePath: function ( resourcePath ) {
@@ -78,7 +78,7 @@ THREE.OBJLoader2.prototype = {