Skip to content

Commit

Permalink
[tri_homecart] Add KTX2 textures as extensionsUsed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Mar 26, 2024
1 parent c18b846 commit 253430e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
15 changes: 14 additions & 1 deletion tri_homecart/assets/homecart_basecart.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"generator":"Khronos glTF Blender I/O v4.0.44",
"version":"2.0"
},
"extensionsUsed": [
"KHR_texture_basisu"
],
"scene":0,
"scenes":[
{
Expand Down Expand Up @@ -140,14 +143,24 @@
"textures":[
{
"sampler":0,
"source":0
"source":0,
"extensions": {
"KHR_texture_basisu": {
"source": 1
}
}
}
],
"images":[
{
"mimeType":"image/png",
"name":"homecart_cutting_board_color",
"uri":"homecart_cutting_board_color.png"
},
{
"mimeType":"image/ktx2",
"name":"homecart_cutting_board_color",
"uri":"homecart_cutting_board_color.ktx2"
}
],
"accessors":[
Expand Down
15 changes: 14 additions & 1 deletion tri_homecart/assets/homecart_cutting_board.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"generator":"Khronos glTF Blender I/O v4.0.44",
"version":"2.0"
},
"extensionsUsed": [
"KHR_texture_basisu"
],
"scene":0,
"scenes":[
{
Expand Down Expand Up @@ -50,14 +53,24 @@
"textures":[
{
"sampler":0,
"source":0
"source":0,
"extensions": {
"KHR_texture_basisu": {
"source": 1
}
}
}
],
"images":[
{
"mimeType":"image/png",
"name":"homecart_cutting_board_color",
"uri":"homecart_cutting_board_color.png"
},
{
"mimeType":"image/ktx2",
"name":"homecart_cutting_board_color",
"uri":"homecart_cutting_board_color.ktx2"
}
],
"accessors":[
Expand Down
Binary file not shown.

0 comments on commit 253430e

Please sign in to comment.