mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-03 18:24:07 +02:00
24 lines
No EOL
616 B
HTML
24 lines
No EOL
616 B
HTML
<html>
|
|
<head>
|
|
<title>TF2 map converter</title>
|
|
</head>
|
|
<body>
|
|
<h1>TF2 map converter</h1>
|
|
|
|
<p>
|
|
Download <span title="that is available on serveme.tf">any<sup>*</sup></span> tf2 map as gltf/glb
|
|
</p>
|
|
|
|
<h2>Usage</h2>
|
|
<p>
|
|
Simply point your browser (or any other http client) at <code>/gltf/<map name>.glb</code> to download the map
|
|
in glb format.
|
|
</p>
|
|
<p>
|
|
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.
|
|
</aside>
|
|
</body>
|
|
</html> |