Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 4ca0667

Browse files
authored
Merge pull request #285 from bghgary/FlightHelmet-BasisU
Add KHR_texture_basisu version of the FlightHelmet
2 parents 189f80d + c8e92ca commit 4ca0667

18 files changed

+835
-0
lines changed

2.0/FlightHelmet/README.md

+30
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@
44

55
![screenshot](screenshot/screenshot.jpg)
66

7+
## KHR_texture_basisu
8+
9+
The model in [glTF-KTX-BasisU](./glTF-KTX-BasisU) has been processed with [glTF-Transform](https://gltf-transform.donmccurdy.com/) to convert the images from PNG to [KTX](https://www.khronos.org/ktx/) with Basis Universal texture compression and the extension KHR_texture_basisu. The model uses glTF-Transform to compress the color textures using ETC1S and the non-color textures using UASTC with default settings.
10+
11+
### Texture Sizes
12+
13+
| Name | Before | After | Delta | Type |
14+
|:------------------------------------|------------:|------------:|-------------:|:------|
15+
| GlassPlasticMat_BaseColor | `2.20 MB` | `303.30 KB` | `-1.90 MB` | ETC1S |
16+
| GlassPlasticMat_Normal | `2.53 MB` | `2.63 MB` | `+103.96 KB` | UASTC |
17+
| GlassPlasticMat_OcclusionRoughMetal | `3.52 MB` | `3.64 MB` | `+121.54 KB` | UASTC |
18+
| LeatherPartsMat_BaseColor | `5.22 MB` | `483.02 KB` | `-4.75 MB` | ETC1S |
19+
| LeatherPartsMat_Normal | `5.41 MB` | `3.63 MB` | `-1.78 MB` | UASTC |
20+
| LeatherPartsMat_OcclusionRoughMetal | `4.17 MB` | `3.96 MB` | `-214.13 KB` | UASTC |
21+
| LensesMat_BaseColor | `679.98 KB` | `201.58 KB` | `-478.41 KB` | ETC1S |
22+
| LensesMat_Normal | `5.44 KB` | `1.63 KB` | `-3.81 KB` | UASTC |
23+
| LensesMat_OcclusionRoughMetal | `587.50 KB` | `686.60 KB` | `+99.09 KB` | UASTC |
24+
| MetalPartsMat_BaseColor | `2.56 MB` | `462.95 KB` | `-2.10 MB` | ETC1S |
25+
| MetalPartsMat_Normal | `3.12 MB` | `3.39 MB` | `+272.53 KB` | UASTC |
26+
| MetalPartsMat_OcclusionRoughMetal | `2.84 MB` | `2.96 MB` | `+121.10 KB` | UASTC |
27+
| RubberWoodMat_BaseColor | `3.43 MB` | `434.70 KB` | `-3.00 MB` | ETC1S |
28+
| RubberWoodMat_Normal | `3.17 MB` | `3.31 MB` | `+135.08 KB` | UASTC |
29+
| RubberWoodMat_OcclusionRoughMetal | `3.63 MB` | `3.34 MB` | `-302.25 KB` | UASTC |
30+
31+
### Texture Size Totals
32+
33+
| Before | After | Delta |
34+
|-----------:|-----------:|------------:|
35+
| `43.06 MB` | `29.37 MB` | `-13.69 MB` |
36+
737
## License Information
838

939
Donated by Microsoft for glTF testing
Binary file not shown.

0 commit comments

Comments
 (0)