mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-03 18:24:07 +02:00
cleanup + formatting
This commit is contained in:
parent
ee978a4af5
commit
3ca086d8cd
3 changed files with 17 additions and 14 deletions
|
|
@ -2,20 +2,21 @@
|
|||
|
||||
Basis Universal is a "[supercompressed](http://gamma.cs.unc.edu/GST/gst.pdf)"
|
||||
GPU texture and texture video compression system that outputs a highly
|
||||
compressed intermediate file format (.basis) that can be quickly transcoded to
|
||||
a wide variety of GPU texture compression formats.
|
||||
compressed intermediate file format (.basis) that can be quickly transcoded to a
|
||||
wide variety of GPU texture compression formats.
|
||||
|
||||
[GitHub](https://github.com/BinomialLLC/basis_universal)
|
||||
|
||||
## Transcoders
|
||||
|
||||
Basis Universal texture data may be used in two different file formats:
|
||||
`.basis` and `.ktx2`, where `ktx2` is a standardized wrapper around basis texture data.
|
||||
Basis Universal texture data may be used in two different file formats: `.basis`
|
||||
and `.ktx2`, where `ktx2` is a standardized wrapper around basis texture data.
|
||||
|
||||
For further documentation about the Basis compressor and transcoder, refer to
|
||||
the [Basis GitHub repository](https://github.com/BinomialLLC/basis_universal).
|
||||
|
||||
The folder contains two files required for transcoding `.basis` or `.ktx2` textures:
|
||||
The folder contains two files required for transcoding `.basis` or `.ktx2`
|
||||
textures:
|
||||
|
||||
- `basis_transcoder.js` — JavaScript wrapper for the WebAssembly transcoder.
|
||||
- `basis_transcoder.wasm` — WebAssembly transcoder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue