Skip to content

Commit 29bff17

Browse files
authored
Merge pull request #17356 from Mugen87/dev37
Examples: Some more clean up.
2 parents fa929d1 + 65bdad2 commit 29bff17

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

examples/webgl_materials_clearcoat_normalmap.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,11 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
88
<link type="text/css" rel="stylesheet" href="main.css">
9-
<style>
10-
#vt {
11-
display: none
12-
}
13-
14-
#vt,
15-
#vt a {
16-
color: orange;
17-
}
18-
</style>
199
</head>
2010

2111
<body>
2212
<div id="info">
23-
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl - materials - clearcoat normal map<br />
13+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl - materials - clearcoat normal map
2414
</div>
2515

2616
<script type="module">

0 commit comments

Comments
 (0)