Skip to content

Commit 3ae41a6

Browse files
authored
Merge pull request #16121 from looeee/add_author_to_examples
Added author to examples
2 parents 7a9bcb6 + bc44a54 commit 3ae41a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/webgl_buffergeometry_morphtargets.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<div id="container"></div>
2828
<div id="info">
2929
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - buffergeometry - morph targets
30+
by <a href="https://discoverthreejs.com/" target="_blank" rel="noopener">Discover three.js</a>
3031
</div>
3132

3233
<script src="../build/three.js"></script>

examples/webgl_loader_lwo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<div id="info">
3333
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - LWOLoader<br />
34-
<P>Loader for Lightwave LWO V3 file format</P>
34+
<P>Loader for Lightwave LWO V3 file format, by <a href="https://discoverthreejs.com/" target="_blank" rel="noopener">Discover three.js</a></P>
3535
</div>
3636

3737
<script src="../build/three.js"></script>

0 commit comments

Comments
 (0)