Loading Aspose.3D...

Free converter app for 3D file formats

Convert 3D file to Autodesk, Draco, Wavefront, 3D Studio and many other formats.

Powered by aspose.com and aspose.cloud
Code example to convert fbx to usdz format
Input file
Input.fbx
Run code
Output format
Select the target format from the list
                                using Aspose.ThreeD;

var scene =  Scene.FromFile("Input.fbx");
scene.Save("Output.usdz");
                    
                                    
C# VB.NET F# Java Python Node.js
  
Copy code to the clipboard