Skip to content

Commit

Permalink
Merge pull request #473 from CesiumGS/kit-105.1
Browse files Browse the repository at this point in the history
Update to Kit 105.1
  • Loading branch information
lilleyse authored Oct 2, 2023
2 parents 52d9928 + 9f36313 commit 86bdafb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extern/nvidia/deps/kit-sdk.packman.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<project toolsVersion="5.6">
<dependency name="kit_sdk" linkPath="../_build/target-deps/kit-sdk/">
<package name="kit-sdk" version="105.0.1+release.109439.ed961c5c.tc.${platform}.release"/>
<package name="kit-sdk" version="105.1+release.127680.dd92291b.tc.${platform}.release"/>
</dependency>
<dependency name="kit_sdk_debug" linkPath="../_build/target-deps/kit-sdk-debug/">
<package name="kit-sdk" version="105.0.1+release.109439.ed961c5c.tc.${platform}.debug"/>
<package name="kit-sdk" version="105.1+release.127680.dd92291b.tc.${platform}.debug"/>
</dependency>
</project>
3 changes: 1 addition & 2 deletions src/core/src/UsdUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ std::string getSafeName(const std::string& name) {
}

pxr::TfToken getDynamicTextureProviderAssetPathToken(const std::string& name) {
return pxr::TfToken(
pxr::SdfAssetPath(fmt::format("{}{}", rtx::resourcemanager::kDynamicTexturePrefix, name)).GetAssetPath());
return pxr::TfToken(pxr::SdfAssetPath(fmt::format("dynamic://{}", name)).GetAssetPath());
}

glm::dmat4 computeEcefToUsdTransform(const CesiumGeospatial::Cartographic& origin) {
Expand Down

0 comments on commit 86bdafb

Please sign in to comment.