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
Three.js has a USDZLoader, but it is written in pure JavaScript and cannot load full-spec of USDA and USDC(Binary).
TinyUSDZLoader, based on WASM-compiled TinyUSDZ, will provide more better USD loading functionality.
NOTE
TinyUSDZ can be built with no-threading, so no need of SharedArrayBuffer & Atomics support in the browser.
Status
Work-in-progress
wasm compilation of TinyUSDZ
nodejs test loader
Convert scene to Three.js
MaterialX support
The text was updated successfully, but these errors were encountered:
https://github.com/lighttransport/tinyusdz/tree/dev/sandbox/threejs
Background
Three.js has a USDZLoader, but it is written in pure JavaScript and cannot load full-spec of USDA and USDC(Binary).
TinyUSDZLoader, based on WASM-compiled TinyUSDZ, will provide more better USD loading functionality.
NOTE
TinyUSDZ can be built with no-threading, so no need of SharedArrayBuffer & Atomics support in the browser.
Status
Work-in-progress
The text was updated successfully, but these errors were encountered: