Browse Source

added author to examples

Lewy Blue 6 years ago
parent
commit
bc44a5406e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      examples/webgl_buffergeometry_morphtargets.html
  2. 1 1
      examples/webgl_loader_lwo.html

+ 1 - 0
examples/webgl_buffergeometry_morphtargets.html

@@ -27,6 +27,7 @@
 		<div id="container"></div>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - buffergeometry - morph targets
+			by <a href="https://discoverthreejs.com/" target="_blank" rel="noopener">Discover three.js</a>
 		</div>
 
 		<script src="../build/three.js"></script>

+ 1 - 1
examples/webgl_loader_lwo.html

@@ -31,7 +31,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - LWOLoader<br />
-			<P>Loader for Lightwave LWO V3 file format</P>
+			<P>Loader for Lightwave LWO V3 file format, by <a href="https://discoverthreejs.com/" target="_blank" rel="noopener">Discover three.js</a></P>
 		</div>
 
 		<script src="../build/three.js"></script>