Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 16,571 for

scene

(0.07 sec)
  1. Convert USD to GLTF via C# | products.aspose.com

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

    products.aspose.com/3d/net/conversion/usd-to-gltf/
  2. Convert USD to STL via Python | products.aspose...

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

    products.aspose.com/3d/python-net/conversion/us...
  3. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a Scene into several sub meshes per material. The SplitMesh method will not split a mesh of the Scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....Hide ] Split all Meshes of Scene Per Material Aspose.3D for Java...support to split all meshes of a scene into several sub meshes per...

    docs.aspose.com/3d/java/split-mesh/
  4. Convert USDZ to ASE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as ASE 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-ase/
  5. 向 3D 实体添加材质|Documentation

    PBR 在游戏引擎视觉效果中起着关键作用,它通过衰减亮度以及散射反射光,实现了光线与表面之间交互的高效且逼真的渲染。开发人员可以使用 Aspose.3D API 将 PBR 材质应用于场景中的 3D 对象。此代码示例演示了如何创建 Box 对象,然后应用 PBR 材质。...// 初始化场景 var scene = new aspose . threed . Scene (); // 初始化 PBR...创建将应用材料的 Box var boxNode = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/add-material-...
  6. Export with 3D options|CAD 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....are the examples of the 3D scene from different viewpoints: ObserverPoint...property allows to rotate the 3D scene according to specified angles...

    docs.aspose.com/cad/java/export-with-3d-options/
  7. C# 3D Formats Extract Assets | products.aspose.com

    Extract Assets from 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....through an instance of the scene class , create the archive class...parameter. Extract Assets from 3D Scene to various formats Developers...

    products.aspose.com/3d/net/extractor/
  8. Generate Point Cloud to USDZ File Formats via ....

    C# source code to load, render and add generate point cloud to USDZ documents on .NET Framework, .NET Core, Mono....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/net/point-cloud/usdz/
  9. 通過 .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/
  10. Merge OBJ File Formats via Java | products.aspo...

    Sample Java merge OBJ file. Use this example code to merge OBJ file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/obj/