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

scene

(0.07 sec)
  1. 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/
  2. 通過 C# 將 USD 轉換為 DXF | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 DXF scene.Save( "output.dxf" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  3. 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...
  4. Add Blind Watermark to DRC File Formats via Nod...

    Sample Node.js blind watermark code for DRC file. Use this example code to add blind watermark to DRC file within any Web based application....file via the constructor of Scene class Get the mesh class of...EncodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/watermark/drc/
  5. 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/
  6. 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/
  7. Merge DRC File Formats via Node.js | products.a...

    Sample Node.js merger code for DRC file. Use this example code to merge DRC 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/drc/
  8. Ինչպես փոխարկել FBX ֆայլը OBJ-ի Java-ում

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել FBX ֆայլը OBJ-ի Java-ում: Դուք կարող եք զարգացնել FBX-ի OBJ փոխարկիչը Java-ում՝ օգտագործելով սովորական օպերացիոն համակարգերից որևէ մեկը, ինչպիսիք են Windows-ը, Linux-ը և macOS-ը:...հղումներ 3D ֆայլի ձևաչափին և Scene դասին Բեռնեք աղբյուրի FBX ֆայլը՝...ֆայլը՝ օգտագործելով Scene դասի բաց ֆունկցիան Պահեք բեռնված FBX...

    kb.aspose.com/hy/3d/java/how-to-convert-fbx-to-...
  9. 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-...
  10. 在将 3D 场景保存为 C# 中的 GLTF 2.0格式之前,自定义非PBR到PBR材质转换|...

    Aspose 的场景类。3D API 表示 3D 场景。开发人员已经可以通过添加各种实体来构建 3D 场景。GLTF 2.0仅支持PBR (基于物理的渲染) 材质,Aspose。3D API 将非PBR材质内部转换为PBR材质,然后导出为 GLTF 2.0。...3D API 的 Scene 类表示 3D 场景。开发人员已经可以通过添加各种实体来构建...initialize a new 3D scene var s = new Scene (); var box = new Box...

    docs.aspose.com/3d/zh/net/customize-non-pbr-to-...