mention viewer in main html

This commit is contained in:
Robin Appelman 2024-09-02 14:54:44 +02:00
commit 689828cf68

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>TF2 map converter</title>
</head>
@ -17,6 +17,12 @@
<p>
For example: <a href="/gltf/cp_steel_f12.glb">/gltf/cp_steel_f12.glb</a>
</p>
<p>
Additionally, a basic viewer is available at <code>/view/&lt;map name&gt;</code> to preview the converted map.
</p>
<p>
For example: <a href="/view/cp_steel_f12">/view/cp_steel_f12</a>
</p>
<aside>
Note that map conversion can take 10 to 30 seconds, once a map has been converted once it is cached for subsequent
requests.
@ -27,7 +33,7 @@
</p>
<ul>
<li><code>textures=false</code>: disable textures</li>
<li><code>texture_scale=&lt;scale&gt;</code>: scale textures, lower scale for significantly smaller filesizes</li>
<li><code>texture_scale=&lt;scale&gt;</code>: scale textures, lower scale for significantly smaller file sizes</li>
</ul>
<h2>Source and local usage</h2>