|
@@ -1,7 +1,4 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<!--
|
|
|
-@author Daosheng Mu / https://github.com/DaoshengMu/
|
|
|
--->
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<title>three.js webgl - materials - TGA texture</title>
|
|
@@ -33,7 +30,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<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>
|
|
|
<script src="../build/three.js"></script>
|
|
|
<script src="js/controls/OrbitControls.js"></script>
|