Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 17,178 for

scene

(0.11 sec)
  1. 添加节点层次结构并在 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...
  2. 将 3D 模型中的所有多边形转换为三角形|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在任何受支持的 3D 文件中将所有多边形转换为三角形。...类中添加了另一个 triangulate 方法的重载,它将 Scene 类对象作为参数,如下面的代码示例所示: from aspose...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/zh/python-net/convert-all-po...
  3. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

    使用 Aspose.3D for Java API,开发人员可以为任何受支持的 3D 文档中的所有网格构建切线和副法线数据。...一个方法将 Scene 类对象作为参数,另一个方法将 Mesh 类对象作为参数,如下代码示例所示:...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/zh/java/build-tangent-and-bi...
  4. Public API Changes in Aspose.3D 2.0.0|Documenta...

    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....in the behavior behind the scenes in Aspose.3D. Adds Collada...to capture the views of a 3D scene and save to a texture or window...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. Changing Plane Orientation|Documentation

    Aspose.3D for Java allows changing orientation of a Scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...(); // Initialize Scene Scene scene = new Scene (); // Initialize...

    docs.aspose.com/3d/java/changing-plane-orientat...
  6. 在 C# 中指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...文件保存选项 有几个接受SaveOptions对象的 Scene.Save 方法重载。这应该是从 SaveOptions...3D Scene scene = Scene . FromFile "document.fbx" ); scene . Save...

    docs.aspose.com/3d/zh/net/specify-3d-file-save-...
  7. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  8. Convert USD to ASE via Python | products.aspose...

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as ASE 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...
  9. View GLB File Formats via JAVA | products.aspos...

    Sample Java viewer code for GLB file. Use this example code to view GLB file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/glb/
  10. View DAE File Formats via JAVA | products.aspos...

    Sample Java viewer code for DAE file. Use this example code to view DAE file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/dae/