Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 17,199 for

scene

(0.04 sec)
  1. Aspose.3D Boolean operations on meshes | produc...

    Learn how to do Boolean operation on meshes...manipulate, create, and render 3D scenes. This document outlines one...demonstrates how to create a scene containing two meshes without...

    products.aspose.com/3d/tutorial/boolean-operati...
  2. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...// Initialize scene object Scene scene = new Scene (); // Initialize...sphere ; // Add Node to a scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...
  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. Aspose.3D Generate uv data | products.aspose.com

    Learn how to generate uv data...pyramid and place it in the scene. We will manually delete the...Vector3 API PolygonModifier API Scene Go Top...

    products.aspose.com/3d/tutorial/generate-uv-data/
  5. 通過 C# 將 USD 轉換為 PLY | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  6. Compress ASE File Formats via python-net | prod...

    Sample Python compression code for ASE file. Use this example code to compress ASE file within any Web based application....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/python-net/compression/ase/
  7. Compress DRC File Formats via Node.js | product...

    Sample Node.js compression code for DRC file. Use this example code to compress DRC file within any Web based application....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/nodejs-java/compression/...
  8. How to Convert OBJ to PDF in Java

    This article guides on how to convert OBJ to PDF in Java. It contains the IDE settings, a list of steps, and a runnable sample code to develop an OBJ to PDF converter in Java....the 3D object file using a Scene class object Create an object...the source OBJ file into the Scene class as it contains the basic...

    kb.aspose.com/3d/java/how-to-convert-obj-to-pdf...
  9. Convert OBJ to JT via Python | products.aspose.com

    Sample code for OBJ to JT Python conversion. Use API example code for batch OBJ files to JT conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...related to light and position of scenes. An OBJ file is usually an...

    products.aspose.com/3d/python-net/conversion/ob...
  10. Convert PLY to JT via C# | products.aspose.com

    Sample code for PLY to JT C# conversion. Use API example code for batch PLY files to JT conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...File) PLY TO 3DS (3D Studio Scene) PLY TO DAE (Digital Asset Exchange...

    products.aspose.com/3d/net/conversion/ply-to-jt/