소스 검색

Merge pull request #17356 from Mugen87/dev37

Examples: Some more clean up.
Michael Herzog 6 년 전
부모
커밋
29bff17b57
1개의 변경된 파일1개의 추가작업 그리고 11개의 파일을 삭제
  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">