Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 17,198 for

scene

(0.29 sec)
  1. Compress X File Formats via .NET | products.asp...

    C# source code to load, render and Compress X documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/net/compression/x/
  2. Add Blind Watermark Verification to RVM File Fo...

    C# source code to load, render and add blind Watermark Verification to RVM documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/net/verify-watermark/rvm/
  3. Compress DXF File Formats via .NET | products.a...

    C# source code to load, render and Compress DXF documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/net/compression/dxf/
  4. Add Blind Watermark Verification to ASE File Fo...

    C# source code to load, render and add blind Watermark Verification to ASE documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/net/verify-watermark/ase/
  5. Compress PLY File Formats via .NET | products.a...

    C# source code to load, render and Compress PLY documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/net/compression/ply/
  6. Convert USDZ to JT via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as JT 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-jt/
  7. 使用 VRML 格式|Documentation

    Aspose.3D for Python via .NET 允许使用 VRML 版本1.0。VRML 文件格式已添加到FileFormat类中。Aspose.3D 可以自动检测格式,因此FileFormat通常在Open方法中被忽略。下面的代码片段显示了如何打开 VRML 文件格式。...threed import Scene # For complete examples and...3D-for-.NET # Create a Scene scene = Scene () # Open Virtual Reality...

    docs.aspose.com/3d/zh/python-net/working-with-v...
  8. 以自定义二进制格式保存 3D 网格|Documentation

    使用 Aspose.3D for .NET API,开发人员可以打开任何受支持的 3D 文件,然后在自定义二进制文件中写入网格。...加载 3D 文件并以自定义二进制格式编写网格编程示例 由 Scene 类中的 RootNode 成员公开的 Accep t方...。 // load a 3D file Scene scene = Scene . FromFile ( "test.fbx"...

    docs.aspose.com/3d/zh/net/save-3d-meshes-in-cus...
  9. 改变平面方向|Documentation

    Aspose.3D for .NET 允许更改场景的方向。为了改变方向,在Plane类中引入了向上向量属性。...// Initialize scene object Scene scene = new Scene (); // Set Vector...Vector scene . RootNode . CreateChildNode ( new Plane () { Up...

    docs.aspose.com/3d/zh/net/changing-plane-orient...
  10. 以自定义二进制格式保存 3D 网格|Documentation

    Aspose.3D for Java API 支持打开任何受支持的 3D 文档,然后在二进制文件中写入网格。...加载 3D 文件并以自定义二进制格式编写网格编程示例 由 Scene 类中的RootNode成员公开的Accept方法允许访...// load a 3D file Scene scene = new Scene ( MyDir + "test.fbx"...

    docs.aspose.com/3d/zh/java/save-3d-meshes-in-cu...