three-usdz-loader icon indicating copy to clipboard operation
three-usdz-loader copied to clipboard

A basic USDZ file (Pixar Universal Scene Description) loader for ThreeJS

Results 13 three-usdz-loader issues
Sort by recently updated
recently updated
newest added

Hello, I'm not sure if this project is still actively maintained, but I've incorporated it into one of my projects. I've updated the version of Three.js and modified the default...

Would it be possible to update `emHdBindings.wasm` with the latest code from https://github.com/autodesk-forks/USD/tree/release? The last time it was updated was Jun 24, 2022, and I imagine there are many improvements...

Hi! Thank you so much for making this library. I am able to load the model file. But when I try to add it to the scene I end up...

I have [email protected] installed, and this project uses a different one. So, when I import loader from this project (which is awesome btw) I start getting following warning: ![image](https://github.com/ponahoum/three-usdz-loader/assets/17024937/a371a3de-07ee-45a8-a131-3641229e8fe2)

For some reason, some USDZ models are not been loaded in the viewer (but they are loaded on iOS). Without special errors, the scene just remains clean: [usdz (1).zip](https://github.com/ponahoum/three-usdz-loader/files/9546553/usdz.1.zip) Please,...

When you load a USDZ file that contains animations, the loader fails to load any meshes (array is empty). You can verify that by loading these files in the demo...

The image of the MATERIAL for this data was not displayed. I checked and found that the ID was not included in the following place. Do you know the cause?...

I am getting hard time setting it up in react. getting different errors in react. Some help would be appreciated

This is great! You mentioned that for documentation it's best to look up the official USDZ docs or the Autodesk for, but I'm having a tough time finding these methods...

I need to load multiple models at the same time, each model needs to be loaded with a new USDZLoader(), but one USDZLoader occupies 800M memory, if there are multiple...