|
@@ -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">
|