Browse Source

Exmaples: Some more clean up.

Mugen87 6 years ago
parent
commit
65bdad2cdf
1 changed files with 1 additions and 11 deletions
  1. 1 11
      examples/webgl_materials_clearcoat_normalmap.html

+ 1 - 11
examples/webgl_materials_clearcoat_normalmap.html

@@ -6,21 +6,11 @@
 	<meta charset="utf-8">
 	<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 	<link type="text/css" rel="stylesheet" href="main.css">
-	<style>
-		#vt {
-			display: none
-		}
-
-		#vt,
-		#vt a {
-			color: orange;
-		}
-	</style>
 </head>
 
 <body>
 	<div id="info">
-		<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl - materials - clearcoat normal map<br />
+		<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl - materials - clearcoat normal map
 	</div>
 
 	<script type="module">