-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle merges where GLTF resources are in different directories (#7)
* Handle resources with the same name (prepend relative path). * Fix linking on x86. * Replace PathIsRelative with std::filesystem::path::is_relative. This removes the shlwapi.lib dependency. * Use default argument for relativePaths. Add some documentation. Revert the changes to the tests since passing relativePaths is no longer required. * Updated to follow changes in GLTFLODUtils::MergeDocumentsAsLODs. * Implement GetRelativePathWithTrailingSeparator using std::filesystem. * Remove shlwapi.lib from WindowsMRAssetConverter project. * Remove redundant includes. * Move the <filesystem> include into "filesystem.h".
- Loading branch information
1 parent
dc6d828
commit 9cc0960
Showing
7 changed files
with
76 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters