kettle11 / Bloom3D

A public issue tracker for Bloom3D.com
https://bloom3d.com
34 stars 1 forks source link

USD support #1

Open kettle11 opened 2 years ago

kettle11 commented 2 years ago

Apple devices support AR preview with USD and USD is the file format Apple has embraced.

kettle11 commented 2 years ago

Further research:

USDZ is a zip with a .usdc file internally and a bunch of resources.

Unfortunately it seems the most common way to interact with USD files is a giant project that would be frustrating to integrate into my build process. Probably it's possible to implement a minimal feature-set for export, but I can't find an easily reviewable spec.

Further it also seems like Apple is toying with a proprietary .reality format. Do they have reliable plans for USDZ?

More research needed.