Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed May 1, 2024
1 parent 6b13e02 commit 4cb147a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libguc/src/cgltf_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ namespace detail
strcmp(name, "KHR_materials_unlit") == 0 ||
strcmp(name, "KHR_materials_variants") == 0 ||
strcmp(name, "KHR_materials_volume") == 0 ||
strcmp(name, "KHR_texture_transform") == 0;
strcmp(name, "KHR_texture_transform") == 0 ||
strcmp(name, "KHR_texture_procedurals") == 0 ||
strcmp(name, "KHR_texture_procedurals_MaterialX_1.39") == 0;
}
}

Expand Down

0 comments on commit 4cb147a

Please sign in to comment.