diff --git a/en/15_GLTF_KTX2_Migration.adoc b/en/15_GLTF_KTX2_Migration.adoc index cf1c086a..098c6c79 100644 --- a/en/15_GLTF_KTX2_Migration.adoc +++ b/en/15_GLTF_KTX2_Migration.adoc @@ -115,6 +115,8 @@ Let's compare traditional image formats with KTX2: == Migrating from tinyobjloader to tinygltf +For loading glTF models (instead of obj) we'll be using the open source link:https://github.com/syoyo/tinygltf[headery only C{pp} tiny glTF library]. + === Setting Up tinygltf First, we need to include the tinygltf library instead of tinyobjloader: @@ -261,6 +263,8 @@ For a complete application, you would typically process these additional feature == Migrating from stb_image to KTX +For loading KTX files (instead of formats like png or jpeg) we'll be using the open source link:https://github.com/KhronosGroup/KTX-Software[KTX (Khronos Texture) Library and Tools]. + === Setting Up KTX First, we need to include the KTX library: