mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-03 10:14:08 +02:00
mention viewer in main html
This commit is contained in:
parent
2b8fe0e74f
commit
689828cf68
1 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>TF2 map converter</title>
|
<title>TF2 map converter</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -17,6 +17,12 @@
|
||||||
<p>
|
<p>
|
||||||
For example: <a href="/gltf/cp_steel_f12.glb">/gltf/cp_steel_f12.glb</a>
|
For example: <a href="/gltf/cp_steel_f12.glb">/gltf/cp_steel_f12.glb</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Additionally, a basic viewer is available at <code>/view/<map name></code> to preview the converted map.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
For example: <a href="/view/cp_steel_f12">/view/cp_steel_f12</a>
|
||||||
|
</p>
|
||||||
<aside>
|
<aside>
|
||||||
Note that map conversion can take 10 to 30 seconds, once a map has been converted once it is cached for subsequent
|
Note that map conversion can take 10 to 30 seconds, once a map has been converted once it is cached for subsequent
|
||||||
requests.
|
requests.
|
||||||
|
|
@ -27,7 +33,7 @@
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>textures=false</code>: disable textures</li>
|
<li><code>textures=false</code>: disable textures</li>
|
||||||
<li><code>texture_scale=<scale></code>: scale textures, lower scale for significantly smaller filesizes</li>
|
<li><code>texture_scale=<scale></code>: scale textures, lower scale for significantly smaller file sizes</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Source and local usage</h2>
|
<h2>Source and local usage</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue