소스 검색

Examples: More clean up.

Mr.doob 5 년 전
부모
커밋
60d0738636
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      examples/webgl_buffergeometry_compression.html

+ 3 - 3
examples/webgl_buffergeometry_compression.html

@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<title>three.js webgl - materials - standard</title>
+		<title>three.js webgl - buffergeometry - compression</title>
 		<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">
 	</head>
 	<body>
 		<div id="info">
-			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - Geometry Compression Example<br />
-			Octahedron and Quantization encoding methods from <a>Tarek Sherif @tsherif</a>
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - BufferGeometry Compression<br />
+			Octahedron and Quantization encoding methods from Tarek Sherif
 		</div>
 
 		<script type="module">