Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 17,198 for

scene

(0.1 sec)
  1. Convert PLY to USD via Java | products.aspose.com

    Sample Java conversion code for PLY format to USD file. Use this example code to convert PLY 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/ply-to-usd/
  2. Convert GLB to USDZ via Python | products.aspos...

    Sample code for GLB to USDZ Python conversion. Use API example code for batch GLB files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/python-net/conversion/gl...
  3. Convert FBX to GLB via Java | products.aspose.com

    Sample Java conversion code for FBX format to GLB file. Use this example code to convert FBX to GLB 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/fbx-to-glb/
  4. Convert FBX to USDZ via Java | products.aspose.com

    Sample Java conversion code for FBX format to USDZ file. Use this example code to convert FBX to USDZ 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/fbx-to-u...
  5. Convert RVM to GLB via Java | products.aspose.com

    Sample Java conversion code for RVM format to GLB file. Use this example code to convert RVM to GLB 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/rvm-to-glb/
  6. Convert USD to GLB via Java | products.aspose.com

    Sample Java conversion code for USD format to GLB file. Use this example code to convert USD to GLB 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/usd-to-glb/
  7. Expose Geometric Transformation|Documentation

    Aspose.3D for Java allows exposing geometric transformation of a 3D Scene. You can evaluate the global transformation using evaluateGlobalTransform method....geometric transformation of a 3D scene. You can evaluate the global...false )); Create 3D Mesh and Scene Set up normals or UV on Cube...

    docs.aspose.com/3d/java/expose-geometric-transf...
  8. Expose Geometric Transformation|Documentation

    Aspose.3D for .NET allows exposing geometric transformation of a 3D Scene. You can evaluate the global transformation using EvaluateGlobalTransform method....geometric transformation of a 3D scene. You can evaluate the global...)); Scale geometries of a 3D Scene...

    docs.aspose.com/3d/net/expose-geometric-transfo...
  9. 通過 C# 將 USD 轉換為 AMF | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  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-...