简体   繁体   English

如何将 .USDz 格式转换为 .OBJ 或 .ABC 文件?

[英]How to Convert .USDz formats to .OBJ or .ABC files?

I have been trying to build a solution to converting from .USDZ to other [3D formats].我一直在尝试构建从 .USDZ 转换为其他 [3D 格式] 的解决方案。 Using online options you may convert [3D formats] to .USDz using: https://www.vectary.com/3d-modeling-how-to/how-to-create-usdz-file-for-ar-online/ or https://www.vectary.com/3d-modeling-news/usdz-converter-create-usdz-files-for-free-online-with-vectary/使用在线选项,您可以使用以下方法将 [3D 格式] 转换为 .USDz: https ://www.vectary.com/3d-modeling-how-to/how-to-create-usdz-file-for-ar-online/ 或https://www.vectary.com/3d-modeling-news/usdz-converter-create-usdz-files-for-free-online-with-vectary/

Using Houdini plugins was not successful I was only able to import not export .USDz.使用 Houdini 插件不成功我只能导入不能导出 .USDz。

This basic command line converts from OBJ files, Single-frame Alembic (ABC) files, USD file (either .usda or usd.c) to .USDz.此基本命令行将 OBJ 文件、单帧 Alembic (ABC) 文件、USD 文件(.usda 或 usd.c)转换为 .USDz。

xcrun usdz_converter myFile.obj myFile.usdz

Will this command convert the other way.此命令是否会以其他方式转换。

I have also found that this command line will convert [.OBJ, .ABC] to .USDz but don't know if it will convert the other way:我还发现此命令行会将 [.OBJ, .ABC] 转换为 .USDz 但不知道它是否会以其他方式转换:

usdcat --flatten -o myFIle.abc myFile.usd

如果您有 macOS + Xcode,您可以在默认查看器中打开 .usdz 文件并将其导出为 .obj 文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM