浏览代码

Examples: Clean up

Mugen87 8 年之前
父节点
当前提交
f6f70bd96f
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      examples/webgl_materials_texture_tga.html

+ 1 - 4
examples/webgl_materials_texture_tga.html

@@ -1,7 +1,4 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
-<!--
-@author Daosheng Mu / https://github.com/DaoshengMu/
--->
 <html lang="en">
 <html lang="en">
 	<head>
 	<head>
 		<title>three.js webgl - materials - TGA texture</title>
 		<title>three.js webgl - materials - TGA texture</title>
@@ -33,7 +30,7 @@
 	</head>
 	</head>
 	<body>
 	<body>
 		<div id="info">
 		<div id="info">
-				<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - TGA texture
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - TGA texture example by <a href="https://github.com/DaoshengMu/" target="_blank" rel="noopener">Daosheng Mu</a>
 		</div>
 		</div>
 		<script src="../build/three.js"></script>
 		<script src="../build/three.js"></script>
 		<script src="js/controls/OrbitControls.js"></script>
 		<script src="js/controls/OrbitControls.js"></script>