Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 16,549 for

scene

(0.09 sec)
  1. 通過 .NET 從 FBX 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 FBX 文檔加載、呈現和添加提取資產。... 通過 Scene 類的構造函數加載 FBX 文件- 創建 zip 文件格式對像作為輸出文件格式-...= "template.fbx" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory...

    products.aspose.com/3d/zh-hant/net/extractor/fbx/
  2. 通過 .NET 從 3MF 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 3MF 文檔加載、呈現和添加提取資產。... 通過 Scene 類的構造函數加載 3MF 文件- 創建 zip 文件格式對像作為輸出文件格式-...= "template.3mf" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory...

    products.aspose.com/3d/zh-hant/net/extractor/3mf/
  3. Generate Point Cloud to 3DS File Formats via Ja...

    Sample Java generate point cloud code for 3DS file. Use this example code to generate point cloud to 3DS file within any Web or Desktop Java based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/point-cloud/3ds/
  4. Generate Point Cloud to GLB File Formats via Ja...

    Sample Java generate point cloud code for GLB file. Use this example code to generate point cloud to GLB file within any Web or Desktop Java based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/point-cloud/glb/
  5. Convert JT to USD via Java | products.aspose.com

    Sample Java conversion code for JT format to USD file. Use this example code to convert JT to USD 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/jt-to-usd/
  6. Save 3D Meshes in Custom Binary Format|Document...

    Aspose.3D for Java API has support to open any supported 3D document, and then write meshes in the binary file....the RootNode member in the Scene class allows to visit each sub...convert meshes only. Create Scene with Primitive 3D Shapes...

    docs.aspose.com/3d/java/save-3d-meshes-in-custo...
  7. Convert GLB to USD via C# | products.aspose.com

    Sample code for GLB to USD C# conversion. Use API example code for batch GLB files to USD 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-usd/
  8. Draw 3D Sphere in Java

    This short guide explains how to draw 3D sphere in Java. It walks through the ordered workflow, required setup details, and provides a runnable code sample to create a sphere 3D drawing in Java....by creating an object of the Scene class Instantiate the Sphere...available. Then, initialize a 3D scene and define a sphere using the...

    kb.aspose.com/3d/java/draw-3d-sphere-in-java/
  9. Convert OBJ to USDZ in C#

    This quick guide offers a walkthrough to convert OBJ to USDZ in C#. It outlines the essential steps, prerequisites, and a working code snippet to build an OBJ to USDZ converter in C#....file using the Scene class Parse the loaded scene with the Open...file is loaded through the Scene class, which identifies the...

    kb.aspose.com/3d/net/convert-obj-to-usdz-in-csh...
  10. Convert USDZ to STL in C#

    This quick guide explains how to convert USDZ to STL in C#. It covers the ordered steps, setup prerequisites, and a working code snippet to build a USDZ to STL converter in C#....constructor of the Scene class Access the imported scene with the Open...imports the USDZ file using the Scene class that can detect the file...

    kb.aspose.com/3d/net/convert-usdz-to-stl-in-csh...