Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove outdated information about `-tb` option.

Fixes #272.
  • Loading branch information
zeux committed Apr 14, 2021
1 parent 793c6d8 commit ad3d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gltf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ When using `-c` option, gltfpack outputs compressed `.glb`/`.gltf` files that us

For better compression, you can use `-cc` option which applies additional compression; additionally make sure that your content delivery method is configured to use deflate (gzip) - meshoptimizer codecs are designed to produce output that can be compressed further with general purpose compressors.

gltfpack can also compress textures using Basis Universal format, either storing .basis images directly (`-tb` flag, supported by three.js) or using KTX2 container (`-tc` flag, requires support for `KHR_texture_basisu`). Compression is performed using `basisu` executable that must be available in `PATH`; alternatively the path to the executable can be specified via `BASISU_PATH` environment variable. Textures can also be embedded into `.bin`/`.glb` output using `-te` flag.
gltfpack can also compress textures using Basis Universal format stored in a KTX2 container (`-tc` flag, requires support for `KHR_texture_basisu`). Compression is performed using `basisu` or `toktx` executable that must be available in `PATH`; alternatively the path to the executable can be specified via `BASISU_PATH`/`TOKTX_PATH` environment variable accordingly. Textures can also be embedded into `.bin`/`.glb` output using `-te` flag.

## Decompression

Expand Down

0 comments on commit ad3d7e1

Please sign in to comment.