Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 17,179 for

scene

(0.05 sec)
  1. Convert JT to GLB via Python | products.aspose.com

    Sample code for JT to GLB Python conversion. Use API example code for batch JT files to GLB conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/python-net/conversion/jt...
  2. Convert DXF to USDZ via Python | products.aspos...

    Sample code for DXF to USDZ Python conversion. Use API example code for batch DXF files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...archive for the USD (Universal Scene Description) file format that...

    products.aspose.com/3d/python-net/conversion/dx...
  3. Convert PLY to USD via Python | products.aspose...

    Sample code for PLY to USD Python conversion. Use API example code for batch PLY files to USD conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/python-net/conversion/pl...
  4. Convert PLY to USDZ via Python | products.aspos...

    Sample code for PLY to USDZ Python conversion. Use API example code for batch PLY files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...archive for the USD (Universal Scene Description) file format that...

    products.aspose.com/3d/python-net/conversion/pl...
  5. Convert 3MF to JT via Node.js | products.aspose...

    Sample code for 3MF to JT Node.js conversion. Aspose.3D for Node.js via Java is a standalone API that does not require the installation of any other software.Convert batch 3MF files to JT using API sample code....via the fromFile of Scene class Call the Scene.save method with...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/conversion/3...
  6. Convert GLB to JT via C# | products.aspose.com

    Sample code for GLB to JT C# conversion. Use API example code for batch GLB files to JT conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/net/conversion/glb-to-jt/
  7. Convert USD to USDZ via C# | products.aspose.com

    Sample code for USD to USDZ C# conversion. Use API example code for batch USD files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/net/conversion/usd-to-usdz/
  8. Convert USD to GLB via C# | products.aspose.com

    Sample code for USD to GLB C# conversion. Use API example code for batch USD files to GLB conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/net/conversion/usd-to-glb/
  9. 分割网格|Documentation

    Aspose.3D for Java API 支持将场景的所有网格拆分为每个材质的多个子网格。SplitMesh方法不会拆分场景的网格 (如果已为其指定了单个材质)。可以使用 Aspose.3D for Java API 来实现。...// Load a 3D file Scene scene = new Scene ( MyDir ); // Split...PolygonModifier . splitMesh ( scene , SplitMeshPolicy . CLONE_DATA...

    docs.aspose.com/3d/zh/java/split-mesh/
  10. Convert OBJ to USDZ in Python

    This concise tutorial walks you through the process to convert OBJ to USDZ in Python. It covers the key procedures, necessary components, and a practical coding example to create an OBJ to USDZ converter in Python....your project setup Initiate a Scene class object to load the OBJ...OBJ file Initialize the scene using the from_file function Output...

    kb.aspose.com/3d/python/convert-obj-to-usdz-in-...