Skip to content

Commit a1b7048

Browse files
Add note and links on where to get tinygltf and KTX (#228)
1 parent 112dda1 commit a1b7048

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

en/15_GLTF_KTX2_Migration.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Let's compare traditional image formats with KTX2:
115115

116116
== Migrating from tinyobjloader to tinygltf
117117

118+
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].
119+
118120
=== Setting Up tinygltf
119121

120122
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
261263

262264
== Migrating from stb_image to KTX
263265

266+
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].
267+
264268
=== Setting Up KTX
265269

266270
First, we need to include the KTX library:

0 commit comments

Comments
 (0)