Download any* tf2 map as gltf/glb
Simply point your browser (or any other http client) at /gltf/<map name>.glb to download the map
in glb format.
For example: /gltf/cp_steel_f12.glb
Additionally, a basic viewer is available at /view/<map name> to preview the converted map.
For example: /view/cp_steel_f12
The following options can be set as query parameters
textures=false: disable texturestexture_scale=<scale>: scale textures, lower scale for significantly smaller file sizesThe source for the converter can be found at https://github.com/icewind1991/vbsp-to-gltf and includes a command line version of the converter for local usage.