mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-03 18:24:07 +02:00
link to source from site
This commit is contained in:
parent
6397a28ca9
commit
03efd888e3
3 changed files with 13 additions and 4 deletions
|
|
@ -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=<scale></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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue