Code snippet to merge scenes
Input file
Input.fbx
Run code
Input file
Input.fbx
Output format
Select the target format from the list
                                using Aspose.ThreeD;

var scene = Scene.FromFile("$inputFile");
var scene2 = Scene.FromFile("$inputFile2");
scene.RootNode.Merge(scene2.RootNode);
scene.Save("$outputFile"); 
                                    
C# VB.NET F# Java Python Node.js
  
Copy code to the clipboard

See the source code in