link to source from site

This commit is contained in:
Robin Appelman 2024-08-29 15:50:47 +02:00
commit 03efd888e3
3 changed files with 13 additions and 4 deletions

View file

@ -18,7 +18,8 @@
For example: <a href="/gltf/cp_steel_f12.glb">/gltf/cp_steel_f12.glb</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.
Note that map conversion can take 10 to 30 seconds, once a map has been converted once it is cached for subsequent
requests.
</aside>
<h2>Options</h2>
<p>
@ -28,5 +29,11 @@
<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>
</ul>
<h2>Source and local usage</h2>
<p>
The source for the converter can be found at <a href="https://github.com/icewind1991/vbsp-to-gltf">https://github.com/icewind1991/vbsp-to-gltf</a>
and includes a command line version of the converter for local usage.
</p>
</body>
</html>