syoyo / tinyusdz

Tiny, dependency-free USDZ/USDA/USDC library written in C++14
Other
453 stars 32 forks source link

LoadUSDZ decodes images, but not used. #144

Closed syoyo closed 1 month ago

syoyo commented 2 months ago

LoadUSDZ decodes images, but not used.

https://github.com/syoyo/tinyusdz/blob/caa6d877ff5448a3b1ca48497e0a07f374b5098c/src/tinyusdz.cc#L571

Disable decoding images(assets). Instead, setup AssetResolution/FileSystem hander to read asset from USDZ container, then load actual asset data in subsequent step.

syoyo commented 2 months ago

Loading assets in LoadUSDZ*** is now disabled in rendermesh-refactor branch.

syoyo commented 1 month ago

Loading assets in LoadUSDZ*** is now also disabled in dev branch.