Ran ./format.sh

This commit is contained in:
Andre Brisco
2020-10-07 18:36:52 -07:00
parent 34282ea022
commit 1d66c98c32
5 changed files with 497 additions and 497 deletions

View File

@@ -35,7 +35,7 @@ Renders a glTF 3D model with `.basis` texture files, transcoded into one of the
* PVRTC
* Tested in Chrome and Safari on iOS iPhone 6 Plus.
The glTF model in this demo uses a hypothetical `GOOGLE_texture_basis` extension. That extension is defined for the sake of example only the glTF format will officially embed Basis files within a KTX2 wrapper, through a new
The glTF model in this demo uses a hypothetical `GOOGLE_texture_basis` extension. That extension is defined for the sake of example only - the glTF format will officially embed Basis files within a KTX2 wrapper, through a new
extension that is [currently in development](https://github.com/KhronosGroup/glTF/pull/1612).
![Screenshot showing a basis texture rendered as the base color texture for a 3D model in a webpage.](gltf/preview.png)