From cb0aca2a3f8877da1ba6acc911c82c7402509f81 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Thu, 13 Nov 2025 18:20:30 +0100 Subject: [PATCH] Add note and links on where to get tinygltf and KTX --- en/15_GLTF_KTX2_Migration.adoc | 4 ++++ 1 file changed, 4 insertions(+) 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: