Skip to content

Commit f232a8f

Browse files
authored
Merge pull request #17350 from weiserhei/dev
Docs: OBJLoader2 is now a module
2 parents 01d8fec + 48144e3 commit f232a8f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/examples/en/loaders/OBJLoader2.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ <h2>Examples</h2>
3535

3636
[example:webgl_loader_obj2] - Simple example <br>
3737
[example:webgl_loader_obj2_options] - Example for multiple use-cases (parse, load and run with instructions (sync and async)<br>
38-
[example:webgl_loader_obj2_run_director] - Advanced example using [page:LoaderSupport.LoaderWorkerDirector] for orchestration of multiple workers.
3938

4039

4140
<h2>Constructor</h2>
@@ -206,7 +205,7 @@ <h3>[method:null loadMtl]( [param:String url], [param:Object content], [param:Fu
206205
<h2>Source</h2>
207206

208207
<p>
209-
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/OBJLoader2.js examples/js/loaders/OBJLoader2.js]
208+
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/OBJLoader2.js examples/jsm/loaders/OBJLoader2.js]
210209
</p>
211210
</body>
212211
</html>

docs/examples/zh/loaders/OBJLoader2.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ <h2>Examples</h2>
3535

3636
[example:webgl_loader_obj2] - Simple example <br>
3737
[example:webgl_loader_obj2_options] - Example for multiple use-cases (parse, load and run with instructions (sync and async)<br>
38-
[example:webgl_loader_obj2_run_director] - Advanced example using [page:LoaderSupport.LoaderWorkerDirector] for orchestration of multiple workers.
3938

4039

4140
<h2>Constructor</h2>
@@ -206,7 +205,7 @@ <h3>[method:null loadMtl]( [param:String url], [param:Object content], [param:Fu
206205
<h2>Source</h2>
207206

208207
<p>
209-
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/OBJLoader2.js examples/js/loaders/OBJLoader2.js]
208+
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/OBJLoader2.js examples/jsm/loaders/OBJLoader2.js]
210209
</p>
211210
</body>
212211
</html>

0 commit comments

Comments
 (0)