Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 17,198 for

scene

(0.1 sec)
  1. Convert X to GLB via Python | products.aspose.com

    Sample code for X to GLB Python conversion. Use API example code for batch X 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/x-...
  2. Convert GLB to FBX via C# | products.aspose.com

    Sample code for GLB to FBX C# conversion. Use API example code for batch GLB files to FBX 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-fbx/
  3. Convert PDF to GLB via Python | products.aspose...

    Sample code for PDF to GLB Python conversion. Use API example code for batch PDF 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/pd...
  4. Convert STL to GLB via C# | products.aspose.com

    Sample code for STL to GLB C# conversion. Use API example code for batch STL 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... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/net/conversion/stl-to-glb/
  5. Convert GLB to STL via C# | products.aspose.com

    Sample code for GLB to STL C# conversion. Use API example code for batch GLB files to STL 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-stl/
  6. Convert GLB to DAE via C# | products.aspose.com

    Sample code for GLB to DAE C# conversion. Use API example code for batch GLB files to DAE 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-dae/
  7. Convert USD to HTML via Java | products.aspose.com

    Sample Java conversion code for USD format to HTML file. Use this example code to convert USD to HTML within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/usd-to-h...
  8. Convert USD to PDF via Java | products.aspose.com

    Sample Java conversion code for USD format to PDF file. Use this example code to convert USD to PDF within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

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

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for .NET API 来实现此目的。...// Load a 3D file Scene scene = new Scene ( input ); // Split...PolygonModifier . SplitMesh ( scene , SplitMeshPolicy . CloneData...

    docs.aspose.com/3d/zh/net/split-mesh/
  10. How to Convert FBX to STL in Python

    This article explains how to convert FBX to STL in Python. It covers the IDE configuration, a step-by-step list, and a runnable code snippet to create FBX to STL converter software in Python....the input FBX file with the Scene class instance Initialize an...Invoke the save method of the Scene class to transform the FBX file...

    kb.aspose.com/3d/python/how-to-convert-fbx-to-s...