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

scene

(0.23 sec)
  1. Rendering|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Fish-eye lens effect on 3D scene and save in an image Hardware...Render a Panorama view of 3D scene 3D Modeling 3D Viewports...

    docs.aspose.com/3d/python-net/rendering/
  2. 通過 .NET 從 JT 文件格式中提取資產 | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/extractor/jt/
  3. 在将 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-...
  4. 通過 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...
  5. 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/
  6. 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/
  7. Ինչպես փոխարկել 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-...
  8. Aspose.3D Customize PBR Material conversion in ...

    Learn how to use use MaterialConverter to customize Non-PBR material to PBR material during exporting the glTF files.... and attach the box to the scene. We will customize the material...GltfSaveOptions API Box API Scene Go Top...

    products.aspose.com/3d/tutorial/use-phong-mater...
  9. Create smoothing group for mesh|Documentation

    Using Aspose.3D for .NET, developers can create smoothing group for mesh.... var scene = new Scene(box); scene.Save("box-sg.fbx");...

    docs.aspose.com/3d/net/create-smoothing-group-f...
  10. Convert USDZ to DXF via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as DXF 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-dxf/