forked from KhronosGroup/KTX-Software
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Astc & BasisU normal map support (KhronosGroup#493)
normalMap in ktxAstcParams and ktxBasisParams (`--normal_mode` in `toktx`), causes the encoders to split the R & G components of the input into the RGB & alpha channels of the encoded texture and to apply encoder-specific settings that improve quality for normal maps. Add `--normalize` option to `toktx. Add tests for normalMap and normalize functionality. Deprecate `separateRGToRGB_A` and remove related code. Fixes KhronosGroup#455. Co-authored-by: Wasim Abbas <[email protected]>
- Loading branch information
1 parent
90fa441
commit bc08e30
Showing
4 changed files
with
148 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.