Releases: lighttransport/tinyusdz
Releases · lighttransport/tinyusdz
v0.9.1
What's Changed
- Do not add /MP for clang-cl by @selimsandal in #242
- Ignore primvar indices when interpolation mode is 'constant' by @FilipAlg in #244
- Fix uncommented code under #if 0 guard by @Shootfast in #252
- Add claude GitHub actions 1753578212225 by @syoyo in #253
- Bump vite from 6.3.5 to 6.3.6 in /web/demo by @dependabot[bot] in #258
- Fix temporary object access(ss.str().c_str()), which may return wrong value in jsteemann::aoi a04ee0b
New Contributors
- @selimsandal made their first contribution in #242
- @FilipAlg made their first contribution in #244
- @Shootfast made their first contribution in #252
- @dependabot[bot] made their first contribution in #258
Full Changelog: v0.9.0...v0.9.1
25.07 v0.9.0
First production-ready release of TinyUSDZ!
- Robust USDA/USDC/USDZ parsing.
- Robust USDA writer.
- Tydra: Convert USD model to OpenGL/Vulkan/Three.js friendly scene graph.
- Basic USD composition.
- JS/WASM binding of TinyUSDZ. https://github.com/lighttransport/tinyusdz/tree/release/web
Initial working version
Initial working version of TinyUSDZ!
- Core USDA/USDC/USDZ loading features
- USDA export
- USD to OpenGL/Vulkan friendly data structure convert(Tydra RenderScene)
- Limited support of USD composition
Work-in-progress
- Native viewer examples
- USD variants