Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 17,199 for

scene

(0.09 sec)
  1. 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...
  2. 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/
  3. 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/
  4. 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/
  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. Create 3D Cylinder in Java | Make three-dimensi...

    Create 3D Cylinder in Java. Make 3D Cylinder Programmatically in Java applications....different three-dimensional scenes and animations, you may need...steps: Create an object of the Scene class. Specify the vertices...

    blog.aspose.com/3d/make-cylinder-in-java/
  7. How to Convert FBX File to OBJ in Java

    This short tutorial guides on how to convert FBX file to OBJ in Java. You can develop FBX to OBJ converter in Java using any of the common operating systems like Windows, Linux and macOS....references to 3D file format and Scene class Load the source FBX file...using the open function of the Scene class Save the loaded FBX file...

    kb.aspose.com/3d/java/how-to-convert-fbx-to-obj...
  8. Merge USDZ File Formats via Node.js | products....

    Sample Node.js merger code for USDZ file. Use this example code to merge USDZ file within any Web based application....through the constructor of the Scene class Process usdz files and...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/merger/usdz/
  9. Merge USD File Formats via Node.js | products.a...

    Sample Node.js merger code for USD file. Use this example code to merge USD file within any Web based application....through the constructor of the Scene class Process usdz files and...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/merger/usd/
  10. 分割网格|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/