You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I assume that a std::filesystem::path will be converted into the platform-specific string, which may include a \ on windows - but for a URI, it should always be a /)
The text was updated successfully, but these errors were encountered:
There has been an issue report, indicating that the output of
cdb-to-3dtiles
cannot be loaded in CesiumJS. According to the thread at https://community.cesium.com/t/error-on-b3dm-from-3dtiles/31944/5 , CesiumJS could not load a file that was named likeTextures\example.jpeg
, and it had to be fixed somewhere here inCDBTo3DTiles.cpp
.(I assume that a
std::filesystem::path
will be converted into the platform-specific string, which may include a\
on windows - but for a URI, it should always be a/
)The text was updated successfully, but these errors were encountered: