ponahoum / three-usdz-loader

A basic USDZ file (Pixar Universal Scene Description) loader for ThreeJS
Other
115 stars 20 forks source link

Compilation Problem #3

Closed migo-robben closed 1 year ago

migo-robben commented 1 year ago

Hello, I would like to ask, how did you compile the [Autodesk's USD fork] branch of usdjs? Which platform are you using?I have tried both windows and centos 7,but neither can success. Thank you for your reply !

ponahoum commented 1 year ago

Hi @migo-robben, as mentionned here, compilation has only been tested on Ubuntu. On my side I'm using Docker with an Ubuntu image on Windows, at first I tried compile regular USD (which was a bit complicated i have to say, need to install a few things before), then when i succeeded, I managed to build the WebAssembly version. Hope that helps you ! At some point, I might take a bit of time to make a public Docker image, but I'm pretty busy those days...