Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 17,179 for

scene

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

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

    products.aspose.com/3d/zh-hant/net/extractor/amf/
  2. Merge PDF File Formats via Node.js | products.a...

    Sample Node.js merger code for PDF file. Use this example code to merge PDF 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/pdf/
  3. Convert USDZ to STL in Python

    This quick tutorial explains how to convert USDZ to STL in Python. It highlights the main steps, setup details, and includes a sample code snippet to develop a USDZ to STL converter in Python....creating an instance of the Scene class Invoke the save method...file is imported using the Scene class, which automatically detects...

    kb.aspose.com/3d/python/convert-usdz-to-stl-in-...
  4. Convert OBJ to GLB in Python

    This short guide demonstrates how to convert OBJ to GLB in Python. It highlights the key steps, setup requirements, and includes a sample code to develop an OBJ to GLB converter in Python....source OBJ file through the Scene class Instantiate the GltfSaveOptions...is first imported using the Scene class, which automatically detects...

    kb.aspose.com/3d/python/convert-obj-to-glb-in-p...
  5. Node.js 3D Document Processing API | products.a...

    Node.js library to create read convert and modify 3D files in Windows Forms Web Services and Mono applications... Scene Mesh Node Transform Property...Procedural Geometries Create Scenes Procedural modeling Mesh Optimization...

    products.aspose.com/3d/nodejs-java/
  6. Convert USDZ to GLTF via Python | products.aspo...

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as GLTF with C# Load USDZ file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  7. Convert USDZ to OBJ via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as OBJ with C# Load USDZ file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usdz-to-obj/
  8. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for .NET API allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....// Initialize scene object Scene scene = new Scene (); // Initialize...sphere ; // Add Node to a scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...
  9. Convert USDZ to STL via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as STL with C# Load USDZ file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usdz-to-stl/
  10. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .NET, developers can generate normal data for all meshes in any 3D model (without the normal data)....has smoothing group Scene s = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/net/generate-normal-data-for...