Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,178 for

scene

(0.17 sec)
  1. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for .NET 提供AmfSaveOptions类,允许您根据需要设置压缩的bool值。默认情况下,该值设置为true。...NET // Load a scene Scene scene = new Scene (); var box = new...new Box (); var tr = scene . RootNode . CreateChildNode ( box...

    docs.aspose.com/3d/zh/net/export-scene-to-compr...
  2. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can already build a 3D Scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....Conversion before Saving 3D Scenes to GLTF 2.0 Format in C# Contents...The Scene class of the Aspose.3D API represents a 3D scene. Developers...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  3. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Node.js via Java, you can set of get radius of a sphere....initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/nodejs-java/working-with-rad...
  4. Merge Meshes in 3D file|Documentation

    Developers can merge multiple meshes into a single valid mesh. They might convert all meshes of a 3D Scene, a node or a set of nodes into a single mesh. In order to achieve this, there are three MergeMesh members in the Aspose.ThreeD.Entities.PolygonModifier class....convert all meshes of a 3D scene, a node or a set of nodes into...below merge all meshes of a scene in a single valid mesh. Python...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...
  5. 将 3D 模型中的所有多边形转换为三角形|Documentation

    Aspose.3D for Java API 支持在任何受支持的 3D 文档中将所有多边形转换为三角形。...类中添加了另一个triangulate方法的重载,它将 Scene 类对象作为参数,如下代码示例所示: // The path...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/zh/java/convert-all-polygons...
  6. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file.... One method takes the Scene class object as a parameter...an existing 3D file Scene scene = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/net/build-tangent-and-binorm...
  7. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....are several Scene.open method overloads or Scene class constructor...Initialize Scene class object Scene scene = new Scene (); // Set...

    docs.aspose.com/3d/java/specify-3d-file-load-op...
  8. 指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions实例...// Initialize Scene object Scene scene = new Scene (); // Create...Create a child node scene . getRootNode (). createChildNode ( "sphere"...

    docs.aspose.com/3d/zh/java/specify-3d-file-save...
  9. 通過 C# 將 USD 轉換為 ASE | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  10. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for .NET 提供构建节点层次结构。节点是场景的基本构建块。节点层次结构定义场景的逻辑结构,并通过将几何图形、灯光和摄影机附加到节点来提供可见内容。...// Initialize scene object Scene scene = new Scene (); // Get a...child node object Node top = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/add-node-hierarchy-an...