diff --git a/docs/examples/loaders/LoaderSupport.html b/docs/examples/loaders/LoaderSupport.html index ddc2d14226737cf48a975cb8f8eec9d30b80b332..f3a561bf3fd6178938cb77c871394bba6bcdfabd 100644 --- a/docs/examples/loaders/LoaderSupport.html +++ b/docs/examples/loaders/LoaderSupport.html @@ -375,6 +375,15 @@

Set the content of this resource

+ + +

[method:null setResourcePath] ( [param:String resourcePath] )

+

+ [page:String resourcePath] - URL +

+

+ Allows to specify resourcePath for dependencies of specified resource. +



diff --git a/docs/examples/loaders/OBJLoader2.html b/docs/examples/loaders/OBJLoader2.html index 0def3566cccd1da132878b40ee168b8e059db3b2..f0d0347ed102eebc4c538fd2a585cc9ad0c71d78 100644 --- a/docs/examples/loaders/OBJLoader2.html +++ b/docs/examples/loaders/OBJLoader2.html @@ -123,6 +123,15 @@

+

[method:null setResourcePath] ( [param:String resourcePath] )

+

+ [page:String resourcePath] - URL +

+

+ Allows to specify resourcePath for dependencies of specified resource. +

+ +

[method:null setStreamMeshesTo] ( [param:Object3D streamMeshesTo] )

[page:Object3D streamMeshesTo] - Object already attached to scenegraph where new meshes will be attached to diff --git a/examples/js/loaders/LoaderSupport.js b/examples/js/loaders/LoaderSupport.js index 874a3479419a531cce9b9bc4f8e5dbd10247dbf7..aed6f4c55d2977b66de5d55b2a60c85a7609a51f 100644 --- a/examples/js/loaders/LoaderSupport.js +++ b/examples/js/loaders/LoaderSupport.js @@ -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 ) { diff --git a/examples/js/loaders/OBJLoader2.js b/examples/js/loaders/OBJLoader2.js index 52fecf0ce005783af26ab409130bf1e20c9f3e32..7d3d21a5679bc495b24d5e90dcb35bf0b5858d29 100644 --- a/examples/js/loaders/OBJLoader2.js +++ b/examples/js/loaders/OBJLoader2.js @@ -78,7 +78,7 @@ THREE.OBJLoader2.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 ) {